Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mongodb result store #2

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

D-stefaang
Copy link

@D-stefaang D-stefaang commented Mar 17, 2024

Add mongodb as result store.
Mongodb is a nosql DB where it's easy to change data models.
The goal is to add an index on store ID and coordinates in the future.

  • Add docker compose file for mongodb with persistent volume
  • Add virtual env to prevent affecting python3 base installation
  • Update gitignore
  • Add ruff linter and formatter
  • Add pymongo driver
  • Save test results in mongo
  • Add test coverage

@D-stefaang D-stefaang changed the title Mongodb Add mongodb result store Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants