207k views
5 votes
The aggregation pipeline consists of ___, each of which transforms documents as they pass through the pipeline.

User Rshar
by
8.1k points

1 Answer

3 votes

Final answer:

The aggregation pipeline consists of stages, each of which transforms documents as they pass through the pipeline.

Step-by-step explanation:

The aggregation pipeline consists of stages, each of which transforms documents as they pass through the pipeline. These stages can perform various operations on the input documents, such as filtering, projecting, grouping, sorting, and more. Each stage takes the output of the previous stage as input and produces a modified set of documents.

User William Boman
by
7.3k points