Skip to content

Add sqlite3 as alternative storage #22

Open
@bitkeks

Description

@bitkeks

Until now a custom gzip storage format was used for the collector. This approach is based on the first implementation where a simple JSON dict was exported to a file. In the future, sqlite3 might bring more stability to persistent storage.

Note: Postgres is also a candidate, but I do not want to introduce external dependencies (psychopg2, sqlalchemy) just yet. Better focus on small footprint and stability.

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