@@ -14,21 +14,27 @@ Aggregation Pipeline Builder
14
14
15
15
*New in version 1.14.0*
16
16
17
- The Aggregation Pipeline Builder in |compass| provides the ability to
18
- create :manual:`aggregation pipelines </core/aggregation-pipeline/>` to
19
- process data. In aggregation pipelines, documents in a collection
20
- or view pass through stages where |compass| processes them into a
21
- set of aggregated results. You can change the stages and results to
22
- suit your needs.
23
-
24
- To start building an aggregation pipeline for a :doc:`collection or view
25
- </collections>`, choose the collection and click the
26
- :guilabel:`Aggregations` tab.
27
- A blank aggregation pipeline displays. The :guilabel:`Preview of
28
- Documents in the Collection` section of the :guilabel:`Aggregations`
29
- view displays 20 documents sampled from the current collection.
30
-
31
- You can:
17
+ The Aggregation Pipeline Builder in |compass| lets you create
18
+ :manual:`aggregation pipelines </core/aggregation-pipeline/>` to process
19
+ documents from a collection or view and return computed results. For
20
+ example, you can use aggregation pipelines to:
21
+
22
+ - Group values from multiple documents together.
23
+
24
+ - Perform operations on the grouped data to return a single result.
25
+
26
+ - Analyze data changes over time.
27
+
28
+ To build an aggregation pipeline, choose a collection and click the
29
+ :guilabel:`Aggregations` tab. |compass-short| displays a blank
30
+ aggregation pipeline. The :guilabel:`Preview of Documents in the
31
+ Collection` section shows 20 documents randomly sampled from the chosen
32
+ collection.
33
+
34
+ Tasks
35
+ -----
36
+
37
+ You can use the |compass-short| Aggregation Pipeline Builder to:
32
38
33
39
- :ref:`Create a new aggregation pipeline <create-agg-pipeline>`
34
40
@@ -55,8 +61,12 @@ You can:
55
61
Limitations
56
62
-----------
57
63
58
- The :pipeline:`$out` stage is not available if you are connected to a
59
- `Data Lake <https://www.mongodb.com/atlas/data-lake>`__.
64
+ - The :pipeline:`$out` stage is not available if you are connected to a
65
+ :atlas:`Data Lake </data-lake>`.
66
+
67
+ - You cannot run the :atlas:`Atlas Search </atlas-search>` ``$search``
68
+ or ``$searchMeta`` stages on a :ref:`time series collection
69
+ <manual-timeseries-landing>`.
60
70
61
71
.. _create-agg-pipeline:
62
72
0 commit comments