-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
745c141
commit 146271b
Showing
23 changed files
with
442,444 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# mongodb-sample-dataset | ||
sample dataset used in mongodb atlas cluster for local testing purpose | ||
# [MongoDB Sample Databases](https://docs.atlas.mongodb.com/sample-data/available-sample-datasets/) | ||
|
||
> this is a duplicate [repo](https://github.com/mcampo2/mongodb-sample-databases) | ||
> the original repo had BSON dump. I removed it and I added a script.sh to import them automatically | ||
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 Perform CRUD Operations in Atlas and MongoDB Charts. | ||
|
||
MongoDB does not provide any sample databases on their website, however, they do provide sample databases for their cloud service Atlas. These databases have been dumped from a MongoDB Atlas cluster using the MongoDB Compass GUI. There are 7 databases, with each database collection (table) stored in a seperate JSON file. These files will accelerate learning of MongoDB's features by allowing new developers to quickly experiment with prepopulated datasets. | ||
|
||
|
||
## Sample Datasets | ||
|
||
| Dataset Name | Description | Collections | | ||
| ------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- | -------------------------------------------------------------------------- | | ||
| [Sample AirBnB Listings Dataset](https://docs.atlas.mongodb.com/sample-data/sample-airbnb/) | Contains details on AirBnB listings. | listingsAndReviews | | ||
| [Sample Analytics Dataset](https://docs.atlas.mongodb.com/sample-data/sample-analytics/) | Contains training data for a mock financial services application. | accounts, customers, transactions | | ||
| [Sample Geospatial Dataset](https://docs.atlas.mongodb.com/sample-data/sample-geospatial/) | Contains shipwreck data. | shipwrecks | | ||
| [Sample Mflix Dataset](https://docs.atlas.mongodb.com/sample-data/sample-mflix/) | Contains movie data. | comments, movies, theaters, users | | ||
| [Sample Supply Store Dataset](https://docs.atlas.mongodb.com/sample-data/sample-supplies/) | Contains data from a mock office supply store. | sales | | ||
| [Sample Training Dataset](https://docs.atlas.mongodb.com/sample-data/sample-training/) | Contains MongoDB training services dataset. | companies, grades, inspection, posts, routes, stories, trips, tweets, zips | | ||
| [Sample Weather Dataset](https://docs.atlas.mongodb.com/sample-data/sample-weather/) | Contains detailed weather reports. | data | | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.