1- :noprevnext:
2-
31.. _data-sources:
42
53============
@@ -28,12 +26,13 @@ the top navigation bar.
2826Data Sources View
2927-----------------
3028
31- The :guilabel:`Data Sources` view displays existing data sources that
32- the currently logged-in user has permission to view. The data sources
33- are displayed in a tabular format with the following columns:
29+ The :guilabel:`Data Sources` list displays existing data sources
30+ for which the currently logged-in user has :data:`Author` or
31+ :data:`Owner` permissions. The data sources are displayed in a tabular
32+ format with the following columns:
3433
3534.. figure:: /images/charts/data-sources-saas.png
36- :alt: Diagram of the "Data Sources" view
35+ :alt: Diagram of the "Data Sources" list
3736 :figwidth: 750px
3837
3938.. list-table::
@@ -43,29 +42,31 @@ are displayed in a tabular format with the following columns:
4342 * - Column
4443 - Description
4544
46- * - :guilabel:`Deployment `
47- - The MongoDB deployment containing the source database and
48- collection. Identified by the |service| cluster associated
49- with the |charts-short| instance .
45+ * - :guilabel:`Name `
46+ - Name of the data source. By default, this is the data source's
47+ corresponding database and collection name. To learn how to
48+ rename a data source, see :ref:`mod-data-source-alias` .
5049
51- * - :guilabel:`Database`
52- - The database containing the source collection or view.
50+ * - :guilabel:`Collection & Deployment`
51+ - Contains two pieces of information for the data source:
52+
53+ - Database and collection from which |charts-short| retrieves
54+ data for this data source.
5355
54- * - :guilabel:`Collection`
55- - The collection or view from where |charts-short| retrieves data .
56+ - Name of the |service| deployment which contains the
57+ collection .
5658
57- * - :guilabel:`Alias `
58- - Optional. The display name of the data source used by the
59- Chart Builder. Providing an :guilabel:`Alias` may result in a
60- shorter and more identifiable name when selecting a data source
61- in the :doc:` chart builder </build-charts>` .
59+ * - :guilabel:`Applied Aggregations `
60+ - Aggregation stages applied to this data source. Data source
61+ :data:`Owners <Owner>` can define an
62+ :manual:`aggregation pipeline </core/aggregation-pipeline/>`
63+ to pre-process data before it reaches the chart builder.
6264
63- To modify the :guilabel:`Alias` for a data source, see the
64- :ref:`Modify a Data Source <mod-data-source-alias>`
65- section.
65+ For more information on defining aggregation pipelines for a
66+ data source, see :ref:`data-sources-pipeline`.
6667
67- * - :guilabel:`Last modified `
68- - The date the data source was last modified .
68+ * - :guilabel:`Created `
69+ - When the data source was created .
6970
7071 * - :guilabel:`Permissions`
7172 - The icon next to the :guilabel:`Access` button denotes the
@@ -88,7 +89,7 @@ Filter Data Sources
8889~~~~~~~~~~~~~~~~~~~
8990
9091To search for specific data sources, use the search bar at the
91- upper right corner of the :guilabel:`Data Sources` view . You can search
92+ upper right corner of the :guilabel:`Data Sources` list . You can search
9293by :guilabel:`Deployment`, :guilabel:`Database`,
9394:guilabel:`Collection`, or :guilabel:`Alias`.
9495
@@ -103,7 +104,7 @@ information on data source permissions, see
103104Add a Data Source
104105-----------------
105106
106- 1. From the :guilabel:`Data Sources` view , click the
107+ 1. From the :guilabel:`Data Sources` list , click the
107108 :guilabel:`New Data Source` button.
108109
109110#. Select one of the |service| clusters.
@@ -138,7 +139,7 @@ Add a Data Source
138139#. Click :guilabel:`Publish Data Source`.
139140
140141You will see your newly added data source listed in the
141- :guilabel:`Data Sources` view . To learn how to manage existing
142+ :guilabel:`Data Sources` list . To learn how to manage existing
142143data sources, see :doc:`manage-data-sources`.
143144
144145Read Preference
@@ -154,12 +155,13 @@ the newly created data source has the same read preference as the
154155existing data source.
155156
156157You can :ref:`change the read preference <mod-data-source-permissions>`
157- of a data source in the :guilabel:`Data Sources` view .
158+ of a data source in the :guilabel:`Data Sources` list .
158159
159160.. class:: hidden
160161
161162 .. toctree::
162163 :titlesonly:
163164
165+ /data-source-pipeline
164166 /manage-data-sources
165167 /data-source-permissions
0 commit comments