This tutorial illustrates how to construct an aggregation pipeline, perform the aggregation on a collection, and display the results using the language of your choice.
About This Task
The aggregation pipeline in this tutorial performs the following operations:
Matches a subset of documents by a field value
Formats result documents
Before You Begin
Steps
The following steps demonstrate how to create and run an aggregation pipeline to filter for a specific subset of documents.