# mongodb-json-files **Repository Path**: sonofmagic/mongodb-json-files ## Basic Information - **Project Name**: mongodb-json-files - **Description**: 📦 A curated list of JSON / BSON datasets from the web in order to practice / use in MongoDB - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README == MongoDB JSON Data A dedicated repository that collects collections to practice/use in https://www.mongodb.org/[MongoDB]. === List of small datasets [cols="^1,^2,^3,^4",options="header"] |========================================================================================================= |Name|Size|Data type|How to import |link:datasets/tweets.zip[Tweets]|610 Ko|zip -> dump folder|mongorestore |http://media.mongodb.org/zips.json[Zips]|3.1 Mo|JSON|mongoimport |link:datasets/palbum.zip[Palbum]|731 Ko|zip -> JSON files|mongoimport |link:datasets/grades.json[Grades]|92 Ko|JSON|mongoimport |link:datasets/students.json[Students]|35 Ko|JSON|mongoimport |link:datasets/profiles.json[Profiles]|454 Ko|JSON|mongoimport |link:datasets/products.json[Products]|2.8 Ko|JSON|mongoimport |link:datasets/countries-small.json[Countries small]|329 Ko|JSON|mongoimport |link:datasets/countries-big.json[Countries big]|2.3 Mo|JSON|mongoimport |link:datasets/restaurant.json[Restaurants]|666 Ko|JSON|mongoimport |link:datasets/covers.json[Covers]|470 Ko|JSON|mongoimport |link:datasets/books.json[Books]|525 Ko|JSON|mongoimport |========================================================================================================= === List of bigger datasets [cols="^1,^2,^3,^4",options="header"] |========================================================================================================= |Name|Size|Data type|How to import |link:datasets/people-bson.zip[People]|21 Mo|zip -> dump gzip|mongorestore --gzip |link:datasets/city_inspections.json[City inspections]|24 Mo|JSON|mongoimport |link:datasets/companies.json[Companies]|75 Mo|JSON|mongoimport |https://dl.dropbox.com/s/p75zp1karqg6nnn/stocks.zip[Stocks]|85 Mo|zip -> dump folder|mongorestore |https://dl.dropbox.com/s/gxbsj271j5pevec/trades.json[Trades]|232 Mo|JSON|mongoimport |https://dl.dropbox.com/s/nfnvx6pggmvw5vt/enron.zip[Enron]|55 Mo|RAR (named .zip for confusion) -> dump folder|mongorestore |========================================================================================================= === List of other dataset [cols="^1,^2,^3",options="header"] |========================================================================================================= |Name|Size|Data type |https://www.cs.cmu.edu/~enron/enron_mail_20150507.tar.gz[Enron]|423 Mo|Email server tarball (slow DL server) |========================================================================================================= === Import in MongoDB Use the `import.sh` script provided to insert the "small" and the "bigger" datasets. You can see the help and the options with `import.sh --help`. ==== Current features: - Docker support: starts a MongoDB automatically in Docker for you. - Only insert the smallest dataset for a quick data import with `--small` (cool for live demos). ==== Requirements: - Docker if you use the docker option. - link:https://www.mongodb.com/download-center/community[MongoDB] (mongoimport, mongorestore) - unzip - unrar (for the Enron dataset) == Contributing Feel free to make a pull request to add your collection files into the list. == License image::http://i.creativecommons.org/p/zero/1.0/88x31.png[http://creativecommons.org/publicdomain/zero/1.0/]