22
22
About |service| |data-lake|
23
23
---------------------------
24
24
25
- Using |service| |data-lake| to ingest your |s3| data into |service| clusters
26
- allows you to quickly query data stored in your |aws| |s3| buckets using the
27
- :binary:`~bin.mongo` shell, :atlas:`MongoDB Compass <compass-connection>`, and
28
- any MongoDB driver.
29
-
30
- When you create a |data-lake|, you can grant |service| either read only or read
31
- and write access to |s3| buckets in your |aws| account and create a data
32
- storage configuration file that maps data from your |s3| buckets to your
33
- MongoDB databases and collections.
34
-
35
- |service| supports using any M10+ cluster, including Global Clusters, to
36
- connect to |data-lakes| in the same project.
37
-
38
- .. note::
39
-
40
- If you update your custom |aws| role |arn|, you must update the |aws|
41
- trust policy associated with the role. See the :guilabel:`Configure a
42
- New Data Lake` modal for instructions.
25
+ MongoDB |service| |data-lake| allows you to natively query and analyze data
26
+ across |aws| |s3| and MongoDB |service|. You can query your richly structured
27
+ data stored in |json|, |bson|, CSV, TSV, Avro, ORC, and Parquet formats using
28
+ the |mongo| shell, :dl:`MongoDB Compass <compass>`, or any
29
+ :driver:`MongoDB driver </>` without data movement or transformation.
30
+
31
+ |data-lake| Access
32
+ ------------------
33
+
34
+ When you create a |data-lake|, you grant |service| either read only or
35
+ read and write access to |s3| buckets in your |aws| account. To access your
36
+ |service| clusters, |service| uses your existing :manual:`Role Based Access
37
+ Controls</core/authorization>`. You can view and edit the generated
38
+ data storage :ref:`configuration file <datalake-configuration-file>` that maps
39
+ data from your |s3| buckets and |service| clusters to virtual databases and
40
+ collections.
43
41
44
42
A database user must have one of the following roles to query an |service|
45
43
|data-lake|:
@@ -50,10 +48,6 @@ A database user must have one of the following roles to query an |service|
50
48
51
49
- A :atlas:`custom role <security-add-mongodb-roles/>` with the
52
50
:manual:`find </reference/privilege-actions/>` privilege
53
-
54
- To view, create, or modify any existing
55
- |data-lakes| in an |service| project, click :guilabel:`Data Lake` on
56
- the left hand navigation.
57
51
58
52
.. _atlas-data-lake-prereqs:
59
53
0 commit comments