What use is collecting a bunch of data if you can't analyze it? An API needs to be created to get various reports back. To start, `analytics` should support these types of analysis: - [ ] Count - [ ] Count unique - [ ] Sum - [ ] Average ### Links / ref - Keen.io Analyses API: https://keen.io/docs/api/?javascript#analyses
What use is collecting a bunch of data if you can't analyze it? An API needs to be created to get various reports back.
To start,
analyticsshould support these types of analysis:Links / ref