Skip to content

nilbuild/mongo-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongo-playground

Single command to setup MongoDB playground with different datasets

Clone and run docker compose to get a running MongoDB instance with following datasets:

  • Airbnb — Airbnb listings, details and their reviews
  • Books - List of books with titles, authors, isbn, page count, status etc
  • Companies - List of companies with name, details, website, employee count etc.
  • Countries - List of countries with their names and ISO codes in different languages
  • Restaurants - List of restaurants with their names, address, ratings and food they serve
  • Students - List of students with their names and scores in different exam types

Running

Clone the repository

git clone git@github.com:kamranahmedse/mongo-playground

Run the application using docker compose

docker-compose up

Contributions

Feel free to submit pull requests, create issues or spread the word.

License

MIT © Kamran Ahmed

About

Single command to setup MongoDB playground with different datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors