1
- :noprevnext:
2
-
3
1
.. _data-sources:
4
2
5
3
============
@@ -28,12 +26,13 @@ the top navigation bar.
28
26
Data Sources View
29
27
-----------------
30
28
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:
34
33
35
34
.. figure:: /images/charts/data-sources-saas.png
36
- :alt: Diagram of the "Data Sources" view
35
+ :alt: Diagram of the "Data Sources" list
37
36
:figwidth: 750px
38
37
39
38
.. list-table::
@@ -43,29 +42,31 @@ are displayed in a tabular format with the following columns:
43
42
* - Column
44
43
- Description
45
44
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` .
50
49
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.
53
55
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 .
56
58
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.
62
64
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`.
66
67
67
- * - :guilabel:`Last modified `
68
- - The date the data source was last modified .
68
+ * - :guilabel:`Created `
69
+ - When the data source was created .
69
70
70
71
* - :guilabel:`Permissions`
71
72
- The icon next to the :guilabel:`Access` button denotes the
@@ -88,7 +89,7 @@ Filter Data Sources
88
89
~~~~~~~~~~~~~~~~~~~
89
90
90
91
To 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
92
93
by :guilabel:`Deployment`, :guilabel:`Database`,
93
94
:guilabel:`Collection`, or :guilabel:`Alias`.
94
95
@@ -103,7 +104,7 @@ information on data source permissions, see
103
104
Add a Data Source
104
105
-----------------
105
106
106
- 1. From the :guilabel:`Data Sources` view , click the
107
+ 1. From the :guilabel:`Data Sources` list , click the
107
108
:guilabel:`New Data Source` button.
108
109
109
110
#. Select one of the |service| clusters.
@@ -138,7 +139,7 @@ Add a Data Source
138
139
#. Click :guilabel:`Publish Data Source`.
139
140
140
141
You 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
142
143
data sources, see :doc:`manage-data-sources`.
143
144
144
145
Read Preference
@@ -154,12 +155,13 @@ the newly created data source has the same read preference as the
154
155
existing data source.
155
156
156
157
You 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 .
158
159
159
160
.. class:: hidden
160
161
161
162
.. toctree::
162
163
:titlesonly:
163
164
165
+ /data-source-pipeline
164
166
/manage-data-sources
165
167
/data-source-permissions
0 commit comments