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
- Host: GitHub
- URL: https://github.com/roma-glushko/mongodb-playground
- Owner: roma-glushko
- Created: 2021-07-13T06:53:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-13T06:53:54.000Z (about 4 years ago)
- Last Synced: 2025-02-12T11:53:14.544Z (8 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```