Skip to content

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

Description

@tanguynicolas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions