Aggregation MethodsΒΆ

Name Description
db.collection.aggregate() Provides access to the aggregation pipeline.
db.collection.group() Groups documents in a collection by the specified key and performs simple aggregation.
db.collection.mapReduce() Performs map-reduce aggregation for large data sets.