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
Clone the repository
git clone git@github.com:kamranahmedse/mongo-playgroundRun the application using docker compose
docker-compose upFeel free to submit pull requests, create issues or spread the word.
MIT © Kamran Ahmed