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 sqlite3 as alternative storage #22

Open
bitkeks opened this issue Mar 31, 2020 · 0 comments
Open

Add sqlite3 as alternative storage #22

bitkeks opened this issue Mar 31, 2020 · 0 comments

Comments

@bitkeks
Copy link
Owner

bitkeks commented Mar 31, 2020

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.

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