Home:ALL Converter>MongoDB Aggregation framework and windowing operations over time series data

MongoDB Aggregation framework and windowing operations over time series data

Ask Time:2020-07-20T15:27:31         Author:alexanoid

Json Formatter

I'm unable to find an information about windowing operations over time series data in MongoDB Aggregation framework.

Does it support windowing operations over time series data? For example, I need to count some aggregated values based on the document timestamp each 5 minute windows and store such aggregations in separate documents for feature usage. Is it possible with MongoDB Aggregation framework to achieve this with help of MongoDB Aggregation framework pipeline and stages?

Author:alexanoid,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/62990489/mongodb-aggregation-framework-and-windowing-operations-over-time-series-data
yy