aggregate
Run aggregation pipelines on MongoDB collections to process, transform, and analyze data with filtering and limiting results.
Instructions
Run an aggregation pipeline on a MongoDB collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum documents to return | |
| pipeline | Yes | MongoDB aggregation pipeline | |
| collection | Yes | Collection name |