Git Product home page Git Product logo

mongodb-sample-dataset's Introduction

For mongoimport the MongoDB database tools need to installed. You can find it here

this is a fork of repo.

the original repo has BSON dump. I've removed it and I added a bash script to import the JSON to respective db

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 Contains details on AirBnB listings. listingsAndReviews
Sample Analytics Dataset Contains training data for a mock financial services application. accounts, customers, transactions
Sample Geospatial Dataset Contains shipwreck data. shipwrecks
Sample Mflix Dataset Contains movie data. comments, movies, theaters, users
Sample Supply Store Dataset Contains data from a mock office supply store. sales
Sample Training Dataset Contains MongoDB training services dataset. companies, grades, inspection, posts, routes, stories, trips, tweets, zips
Sample Weather Dataset Contains detailed weather reports. data

Running in docker

docker pull mvertes/alpine-mongo

docker run -d --name mongo -p 2717:27017 -v ~/mongodb:/data/db mvertes/alpine-mongo

# args
#   hostname   
#   port
./script.sh localhost 2717

# start mongo shell
docker exec -it mongo mongo

mongodb-sample-dataset's People

Contributors

neelabalan avatar arick avatar zark0-uwu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.