zulip/analytics
umkay d260a22637 Add a new statistics/analytics framework.
This is a first pass at building a framework for collecting various
stats about realms, users, streams, etc. Includes:
* New analytics tables for storing counts data
* Raw SQL queries for pulling data from zerver/models.py tables
* Aggregation functions for aggregating hourly stats into daily stats, and
  aggregating user/stream level stats into realm level stats
* A management command for pulling the data

Note that counts.py was added to the linter exclude list due to errors
around %%s.
2016-10-04 17:18:54 -07:00
..
lib Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
management Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
migrations Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
tests Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
__init__.py Create "analytics" app with activity reports. 2013-11-06 12:07:32 -05:00
models.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00
urls.py Enable i18n support in URL configuration. 2016-05-19 08:33:30 -07:00
views.py Fix annotations clashing with UserProfile's model fields. 2016-06-13 20:01:01 +05:30