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 $match and $group stages.
  • Build an aggregation pipeline that uses the $sort and $project stages.


Resources

Use the following resources to learn more about performing aggregation with Python:

Lesson 01: Building a MongoDB Aggregation Pipeline in Python Applications

Lesson 02: Using MongoDB Aggregation Stages with Python: $match and $group

Lesson 03: Using MongoDB Aggregation Stages with Python: $sort and $project