Perform CRUD Operations in Atlas¶
The Data Explorer is Atlas' built-in tool to view and interact with your data. You can use the Data Explorer to:
- Manage Databases and Collections in your database deployments.
- Manage Documents in your collections.
- Manage Indexes on your collections.
- Create and run aggregation pipelines to process data in your collections.
- Shard Global Clusters.
Atlas supports all Data Explorer features for serverless instances except the Search tab.
To learn more, see Serverless Instance Limitations.
Access Data Explorer¶
To access Data Explorer, you must have been granted access through one of the following roles:
To access the Data Explorer:
- Click Databases in the top-left corner of Atlas.
- Click Browse Collections for your desired database deployment.
Or, if you are already viewing a specific database deployment, select the Collections tab.
Data Explorer Read Behavior¶
Data Explorer reads from the primary unless the primary is unavailable. If the primary is unavailable, Data Explorer reads from a non-hidden, non-delayed secondary member.
Disable Data Explorer¶
To enable or disable Data Explorer for a project, you
must have the Project Owner
role for the project
or the Organization Owner
role on its parent organization.
Data Explorer is enabled by default. To disable Data Explorer:
Click Settings.¶
Set the Data Explorer toggle to Off.¶
When Data Explorer is disabled, you cannot:
- Terminate slow operations from the Real-Time Performance Panel.
- Create indexes from the
Performance Advisor. You
can still view Performance Advisor recommendations, but you must
create those indexes from
mongosh
.
To enable Data Explorer, set the toggle to On.