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

https://github.com/roma-glushko/mongodb-playground

🥭 Explore MongoDB capabilities on the Nobel prize laureates dataset
https://github.com/roma-glushko/mongodb-playground

Last synced: 6 months ago
JSON representation

🥭 Explore MongoDB capabilities on the Nobel prize laureates dataset

Awesome Lists containing this project

README

          

# MongoDB Playground

Explore MongoDB capabilities on the Nobel prize laureates dataset.

## Installation

```bash
poetry env use python3 # python3.8+
poetry install
```

Create a MongoDB environment via Docker:

```bash
docker-compose up -d
```