Conclusion / Learn
MongoDB Aggregation with Python
In this unit, you learned how to:
- Define aggregation and the components of an aggregation pipeline.
- Build an aggregation pipeline that uses the
$matchand$groupstages. - Build an aggregation pipeline that uses the
$sortand$projectstages.
Resources
Use the following resources to learn more about performing aggregation with Python:
Lesson 01: Building a MongoDB Aggregation Pipeline in Python Applications
- Aggregation Operations
- Getting Started with Aggregation Pipelines in Python
- Aggregation Examples
- Practical MongoDB Aggregations Book