File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,20 @@ The following limitations apply when using aggregation operations:
7474 </reference/operator/aggregation/graphLookup/>` stage has a strict
7575 memory limit of 100 megabytes and ignores the ``allowDiskUse`` option.
7676
77- Aggregation Example
78- -------------------
77+ Aggregation Examples
78+ --------------------
7979
80- The examples in this section use the ``restaurants`` collection in the ``sample_restaurants``
80+ The examples in this guide use the ``restaurants`` collection in the ``sample_restaurants``
8181database from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
8282free MongoDB Atlas cluster and load the sample datasets, see the
8383:atlas:`Get Started with Atlas </getting-started>` guide.
8484
85+ .. sharedinclude:: dbx/agg-tutorials-manual-tip.rst
86+
87+ .. replacement:: language
88+
89+ :guilabel:`{+language+}`
90+
8591Build and Execute an Aggregation Pipeline
8692~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8793
@@ -185,4 +191,4 @@ For more information about executing aggregation operations with the {+driver-sh
185191see the following API documentation:
186192
187193- `mongoc_collection_aggregate() <{+api-libmongoc+}/mongoc_collection_aggregate.html>`__
188- - `mongoc_client_command_simple() <{+api-libmongoc+}/mongoc_client_command_simple.html>`__
194+ - `mongoc_client_command_simple() <{+api-libmongoc+}/mongoc_client_command_simple.html>`__
You can’t perform that action at this time.
0 commit comments