Skip to content

Commit 985df3e

Browse files
committed
DOCSP-50751: agg tutorial link
1 parent 8c8b114 commit 985df3e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/fundamentals/aggregation.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Aggregation
1616
Overview
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

2121
Aggregation operations process data in your MongoDB collections and return computed results. MongoDB's Aggregation
2222
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.
2929
The **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+
3240
Aggregation and Find Operations Compared
3341
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3442

0 commit comments

Comments
 (0)