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:
74
74
</reference/operator/aggregation/graphLookup/>` stage has a strict
75
75
memory limit of 100 megabytes and ignores the ``allowDiskUse`` option.
76
76
77
- Aggregation Example
78
- -------------------
77
+ Aggregation Examples
78
+ --------------------
79
79
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``
81
81
database from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
82
82
free MongoDB Atlas cluster and load the sample datasets, see the
83
83
:atlas:`Get Started with Atlas </getting-started>` guide.
84
84
85
+ .. sharedinclude:: dbx/agg-tutorials-manual-tip.rst
86
+
87
+ .. replacement:: language
88
+
89
+ :guilabel:`{+language+}`
90
+
85
91
Build and Execute an Aggregation Pipeline
86
92
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
87
93
@@ -185,4 +191,4 @@ For more information about executing aggregation operations with the {+driver-sh
185
191
see the following API documentation:
186
192
187
193
- `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