Load Sample Data
Overview
In this guide, you will load our sample data into your cluster.
Time required: 5 minutes
What You'll Need
A MongoDB account. See Sign Up for a MongoDB Account.
An Atlas cluster. See Create a Cluster.
Procedure
In Atlas, go to the Clusters page for your project.
If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
If the Clusters page is not already displayed, click Database in the sidebar.
Click the Collections tab.
In the ensuing dialog, click Load Sample Dataset confirm.
Once the load completes, the Collections tab refreshes to show your sample data.
You see the following databases in your cluster:
Dataset Name | Description |
---|---|
sample-airbnb | Contains details on AirBnB listings. |
sample-analytics | Contains training data for a mock financial services application. |
sample-geospatial | Contains shipwreck data. |
sample-guides | Contains planet data. |
sample-mflix | Contains movie data. |
sample-restaurants | Contains restaurant data. |
sample-supplies | Contains data from a mock office supply store. |
sample-training | Contains MongoDB training services dataset. |
sample-weather | Contains detailed weather reports. |
Summary
If you successfully completed the procedure in this guide, you have loaded our sample data.
In the next guide, you will retrieve your database deployments connection string.
Get your cluster's connection string to interact with the data in MongoDB Shell, a MongoDB driver, or MongoDB Compass.