Operators
On this page
This version of the documentation is archived and no longer
supported. View the current documentation to learn how to
upgrade your version of MongoDB.
You can run aggregation pipelines in the UI for deployments hosted in MongoDB Atlas.
To learn which operators are unsupported in MongoDB Atlas, see Unsupported Commands in Atlas.
Operator Resources
- Query and Projection Operators
- Query operators provide ways to locate data within the database and projection operators modify how data is presented.
- Update Operators
- Update operators are operators that enable you to modify the data in your database or add additional data.
- Aggregation Pipeline Stages
- Available aggregation stages for Aggregation Pipeline.
- Aggregation Pipeline Operators
- Aggregation pipeline operations have a collection of operators available to define and manipulate documents in pipeline stages.
- Query Modifiers
- Query modifiers determine the way that queries will be executed.