Conclusion / Learn
MongoDB Aggregation with Java
In this unit, you learned how to:
- Define an aggregation pipeline and its stages and operators.
- Build the
$matchand$groupstages of a pipeline by using theAggregatesbuilder class. - Build the
$sortand$projectstages of a pipeline by using theAggregatesbuilder class. - Use the
Filters,Sorts, andProjectionsbuilder classes.
Resources
Use the following resources to learn more about performing basic CRUD with Java: