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

Refactor to use SQL relational database instead of MongoDB noSQL database #2

Open
tanguynicolas opened this issue Oct 18, 2024 · 0 comments

Comments

@tanguynicolas
Copy link
Owner

I used an unsuitable database, because I wanted to test it. But it's impractical and quite annoying, especially as the Grafana datasource for MongoDB Atlas is not available as a free tier. So there's no point.

You'd have to rewrite the code with an ORM (e.g. SQL Alchemy), change the Grafana datasource and modify the dashboards accordingly.

Here's an example of using an ORM with Python for SQL Alchemy.

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

No branches or pull requests

1 participant