I have a colleciton in Elastic Search where we store events, and aggregate these in reports such as:
- number of events/day over the last week
- number of events/hour over the last 24h
We'd like to move to DocumentDB, but with no support for GROUPING, I don't see how I could implement this without making 7+24 queries. Any ideas?
Thanks