zulip/analytics/migrations
Rishi Gupta 655ee51e35 analytics: Add table to keep track of fill state.
Adds two simplifying assumptions to how we process analytics stats:
* Sets the atomic unit of work to: a stat processed at an hour boundary.
* For any given stat, only allows these atomic units of work to be processed
  in chronological order.

Adds a table FillState that, for each stat, keeps track of the last unit of
work that was processed.
2016-10-14 10:18:37 -07:00
..
0001_initial.py Reorder the columns in analytics tables inherited from BaseCount. 2016-10-06 17:51:01 -07:00
0002_remove_huddlecount.py analytics: Remove HuddleCount for now. 2016-10-14 10:18:37 -07:00
0003_fillstate.py analytics: Add table to keep track of fill state. 2016-10-14 10:18:37 -07:00
__init__.py Add a new statistics/analytics framework. 2016-10-04 17:18:54 -07:00