aggregate
Perform database aggregation operations on MongoDB collections by executing a pipeline of stages, enabling data transformation and analysis.
Instructions
Run an aggregation against a MongoDB collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
database | Yes | Database name | |
pipeline | Yes | An array of aggregation stages to execute |