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
1616Overview
1717--------
1818
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+} .
2020
2121Aggregation operations process data in your MongoDB collections and return computed results. MongoDB's Aggregation
2222pipeline, 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.
2929The **aggregation pipeline** is the assembly line, **aggregation stages** are the assembly stations, and
3030**operator expressions** are the specialized tools.
3131
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+
3240Aggregation and Find Operations Compared
3341~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3442
You can’t perform that action at this time.
0 commit comments