Load Data into Atlas
Estimated completion time: 5 minutes
Atlas provides sample data you can load into your Atlas clusters. You can use this data to quickly get started experimenting with data in MongoDB and using tools such as the Atlas UI and MongoDB Charts.
For descriptions of each of the available datasets, see Available Sample Datasets. Each dataset page contains information on the databases, collections, and indexes in the dataset.
You can also generate synthetic data that aligns to your real data's schema. To learn more, see Generate Synthetic Data.
To import your own data, see Migrate or Import Data.
Load Sample Data
Required Access
To load sample data, you must have
Project Owner
access to the project.
Users with Organization Owner
access must add themselves to the
project as a Project Owner
.
Prerequisites
To utilize the sample data provided by Atlas, you must create an Atlas cluster to load data into. To learn more, see Cluster Types.
Procedure
You can load sample data into your Atlas cluster from the Atlas CLI or the Atlas UI.
Select the appropriate tab based on how you would like to load sample data:
To load sample data into the specified cluster using the Atlas CLI, run the following command:
atlas clusters sampleData load <clusterName> [options]
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas clusters sampleData load.
After you run the command to load sample data, you can use the following Atlas CLI commands to monitor the status of the sample data load job:
To return the details for the specified sample data load job using the Atlas CLI, run the following command:
atlas clusters sampleData describe <id> [options]
To watch the specified sample data job in your cluster until it completes using the Atlas CLI, run the following command:
atlas clusters sampleData watch <id> [options]
To learn more about the syntax and parameters for the previous commands, see the Atlas CLI documentation for atlas clusters sampleData describe and atlas clusters sampleData watch.
To load sample data into your cluster from the Clusters view:
In Atlas, go to the Clusters page for your project.
Warning
Navigation Improvements In Progress
We're currently rolling out a new and improved navigation experience. If the following steps don't match your view in the Atlas UI, see the preview documentation.
If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it's not already displayed, select your desired project from the Projects menu in the navigation bar.
If it's not already displayed, click Clusters in the sidebar.
The Clusters page displays.
Open the Load Sample Dataset dialog box.
Locate the cluster where you want to load sample data.
Click the Ellipses (...) button for your cluster.
Click Load Sample Dataset.
The Load sample data dialog box opens.
In the dialog box, choose which datasets to load from the drop-down menu.
For details on the collections and documents included in these datasets, see Available Sample Datasets.
To load all available sample datasets, click Select All.
Go to the Collections page.
Click the Browse Collections button for your cluster.
The Data Explorer displays.
(Optional) Run a query on the sample data.
For example, if you loaded the sample_restaurants
dataset:
In the left navigation of the Collections page, select the
sample_restaurants
database and then therestaurants
collection.To find all restaurants located in Queens, copy the following query filter document into the Filter search bar.
{ borough: "Queens" } Click Apply.
Atlas shows documents where the
borough
field corresponds toQueens
.To learn more, see Query Documents.
Important
You can load sample data through the Collection View only if you have Data Explorer enabled and you don't have any data already in your collection.
To load sample data into your cluster from the Collections View:
In Atlas, go to the Clusters page for your project.
Warning
Navigation Improvements In Progress
We're currently rolling out a new and improved navigation experience. If the following steps don't match your view in the Atlas UI, see the preview documentation.
If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it's not already displayed, select your desired project from the Projects menu in the navigation bar.
If it's not already displayed, click Clusters in the sidebar.
The Clusters page displays.
Go to the Collections page.
Click the Browse Collections button for your cluster.
The Data Explorer displays.
In the dialog box, select which datasets to load from the drop-down menu.
For details on the collections and documents included in these datasets, see Available Sample Datasets.
To load all available sample datasets, click Select All.
(Optional) Run a query on the sample data.
For example, if you loaded the sample_restaurants
dataset:
In the left navigation of the Collections page, select the
sample_restaurants
database and then therestaurants
collection.To find all restaurants located in Queens, copy the following query filter document into the Filter search bar.
{ borough: "Queens" } Click Apply.
Atlas shows documents where the
borough
field is equal toQueens
.To learn more, see Query Documents.
Available Sample Datasets
The following table shows the sample datasets available for Atlas clusters. Click a sample dataset to learn more about it.
For instructions on loading this sample data into your Atlas cluster, see Load Sample Data.
Dataset Name | Description |
---|---|
Contains details on AirBnB listings. | |
Contains training data for a mock financial services application. | |
Contains shipwreck data. | |
Contains planet data. | |
Contains movie data. Includes vector embeddings. | |
Contains restaurant data. | |
Contains data from a mock office supply store. | |
Contains MongoDB training services dataset. | |
Contains detailed weather reports. |
Sample Data Namespaces
When you load the sample data, Atlas creates the following namespaces on your cluster:
Warning
If any of these namespaces already exist on your cluster when you attempt to load the sample data, the operation will fail and no sample data will be loaded into your cluster.
Database | Collection |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tutorials Using Sample Data
Atlas Tutorials
The Get Started with Atlas tutorial walks through setting up an Atlas cluster and populating that cluster with sample data.
MongoDB Charts Tutorials
The following MongoDB Charts tutorials guide you through visualizing sample data provided by Atlas:
- Visualizing Order Data
- Visualize the Sample Supply Store Dataset, which contains sales order data from a mock office supply company.
- Visualizing Movie Details
- Visualize the Sample Mflix Dataset, which contains data on movies and movie theaters.
Tip
To visualize data in MongoDB Charts from the Atlas UI, click Visualize Your Data when viewing a specific database or collection. Charts loads the data source and you can start building a chart in the Charts view. For detailed steps, see Build Charts.
MongoDB Courses that Use Sample Data
- Instructor-led Training
- Get quickly ramped on MongoDB with comprehensive private training programs for developers and operations teams.