Skip to content

Commit 966dd0c

Browse files
authored
Update 1-what-is-aggregation.mdx
1 parent ac67fd2 commit 966dd0c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
description: Learn what is an Aggregation Pipeline
2+
description: Learn what an aggregation pipeline is.
33
---
44

5-
# 📘 What is an Aggregation Pipeline
5+
# 📘 What is an Aggregation Pipeline?
66

77
![](/img/20-what-is-aggregation/aggregation-pipeline.png)
88

9-
An Aggregation Pipeline is similar to unix commands connected using pipes.
10-
We can Construct modular, composable processing pipelines.
9+
An aggregation pipeline is similar to unix commands connected using pipes. We can construct modular, composable processing pipelines.
1110

12-
An aggregation pipeline consists of one or more _stages_ that processes documents:
11+
An aggregation pipeline consists of one or more _stages_ that process documents:
1312

1413
Each stage performs an operation on the input documents. For example, a stage can filter documents, group documents, and calculate values.
1514

1615
The documents that are the output of a stage are passed as the input to the next stage.
1716

18-
An aggregation pipeline can return results for groups of documents. For example, return the total, average, maximum, and minimum values, etc.
17+
An aggregation pipeline can return results for groups of documents. For example, return the total, average, maximum, and minimum values, etc.

0 commit comments

Comments
 (0)