Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamranahmedse/mongo-playground

Single command to setup MongoDB playground with different datasets
https://github.com/kamranahmedse/mongo-playground

Last synced: 11 days ago
JSON representation

Single command to setup MongoDB playground with different datasets

Awesome Lists containing this project

README

        

# 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](./importer/data/airbnb.json) — Airbnb listings, details and their reviews
* [Books](./importer/data/books.json) - List of books with titles, authors, isbn, page count, status etc
* [Companies](./importer/data/companies.json) - List of companies with name, details, website, employee count etc.
* [Countries](./importer/data/countries.json) - List of countries with their names and ISO codes in different languages
* [Restaurants](./importer/data/restaurants.json) - List of restaurants with their names, address, ratings and food they serve
* [Students](./importer/data/students.json) - List of students with their names and scores in different exam types

## Running

Clone the repository

```shell
git clone [email protected]:kamranahmedse/mongo-playground
```

Run the application using docker compose

```shell
docker-compose up
```

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

## License
MIT © [Kamran Ahmed](https://twitter.com/kamranahmedse)