Articles → MONGODB → Aggregate Framework In Mongodb
Aggregate Framework In Mongodb
Aggregate Framework
- The aggregated framework processes data records and returns the computed result
- The aggregated framework can group the data from multiple documents together perform a variety of operations on the grouped data and return a single result
- The aggregated framework can do analytics on data stored on the cluster of servers without moving the data
Mongodb Aggregation Pipeline
Click to Enlarge