Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
neelabalan committed Jan 23, 2021
1 parent 745c141 commit 146271b
Show file tree
Hide file tree
Showing 23 changed files with 442,444 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
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 |

5,555 changes: 5,555 additions & 0 deletions sample_airbnb/listingsAndReviews.json

Large diffs are not rendered by default.

1,746 changes: 1,746 additions & 0 deletions sample_analytics/accounts.json

Large diffs are not rendered by default.

500 changes: 500 additions & 0 deletions sample_analytics/customers.json

Large diffs are not rendered by default.

1,746 changes: 1,746 additions & 0 deletions sample_analytics/transactions.json

Large diffs are not rendered by default.

11,095 changes: 11,095 additions & 0 deletions sample_geospatial/shipwrecks.json

Large diffs are not rendered by default.

50,304 changes: 50,304 additions & 0 deletions sample_mflix/comments.json

Large diffs are not rendered by default.

23,539 changes: 23,539 additions & 0 deletions sample_mflix/movies.json

Large diffs are not rendered by default.

Loading

0 comments on commit 146271b

Please sign in to comment.