We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extension of #43
this would add an ability to query specific time periods via the API,
and furthermore merge many aggregate objects into aggregates for certain time units: e.g. "week", "day", "hour", "minute"
currently the AGGR_THROTTLE is set to 5 seconds, meaning that a "minute" unit would mean merging 120 aggregates into one
this should be done at a mongo level, otherwise it would be way too heavy
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
extension of #43
this would add an ability to query specific time periods via the API,
and furthermore merge many aggregate objects into aggregates for certain time units: e.g. "week", "day", "hour", "minute"
currently the AGGR_THROTTLE is set to 5 seconds, meaning that a "minute" unit would mean merging 120 aggregates into one
this should be done at a mongo level, otherwise it would be way too heavy
The text was updated successfully, but these errors were encountered: