File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Aggregation
16
16
Overview
17
17
--------
18
18
19
- In this guide, you can learn how to use **aggregation operations** in the MongoDB Kotlin driver.
19
+ In this guide, you can learn how to use **aggregation operations** in the {+ driver-short+} .
20
20
21
21
Aggregation operations process data in your MongoDB collections and return computed results. MongoDB's Aggregation
22
22
pipeline, part of the Query API, is modeled on the concept of data processing pipelines. Documents enter a multi-staged pipeline that
@@ -29,6 +29,14 @@ which are then transformed and assembled into a finished product.
29
29
The **aggregation pipeline** is the assembly line, **aggregation stages** are the assembly stations, and
30
30
**operator expressions** are the specialized tools.
31
31
32
+ This guide provides examples on how to use aggregation pipelines.
33
+
34
+ .. sharedinclude:: dbx/agg-tutorials-manual-tip.rst
35
+
36
+ .. replacement:: language
37
+
38
+ :guilabel:`{+language+} (Coroutine)`
39
+
32
40
Aggregation and Find Operations Compared
33
41
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34
42
You can’t perform that action at this time.
0 commit comments