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

[Request] SQLite DB Support #709

Closed
zero77 opened this issue Nov 6, 2024 · 4 comments
Closed

[Request] SQLite DB Support #709

zero77 opened this issue Nov 6, 2024 · 4 comments

Comments

@zero77
Copy link

zero77 commented Nov 6, 2024

Is your feature request related to a problem? Please describe.
Installing InfluxDB on a singular device or low powered devices like a raspberry pi or home router seems to much.

Describe the solution you'd like
For devices like these could you please support an SQLite DB file instead of InfluxDB

Additional context

@AnalogJ
Copy link
Owner

AnalogJ commented Nov 6, 2024

Hey @zero77 I'd be happy to consider a different timeseries database, if you have any suggestions.
Here's a link explaining why InfluxDB is necessary at the moment - https://github.com/AnalogJ/scrutiny/blob/master/docs/TROUBLESHOOTING_INFLUXDB.md#influxdb-troubleshooting

Closing for now, however feel free to comment if you have feedback

@AnalogJ AnalogJ closed this as completed Nov 6, 2024
@zero77
Copy link
Author

zero77 commented Nov 7, 2024

Hi @AnalogJ
i don't have anything against InfluxDB its a good choice.
But i would like to see a lighter weight option for low powered devices.

Here is some more info about SQLite:
https://dev.to/stephenc222/a-beginners-guide-to-sqlite-the-lightweight-database-solution-c37
https://db-engines.com/en/system/InfluxDB%3BSQLite
https://gosamples.dev/sqlite-intro/

@AnalogJ
Copy link
Owner

AnalogJ commented Nov 8, 2024

We already use sqlite as our database @zero77
InfluxDB is a timeseries database, and we use it to store (and aggregate) SMART metrics from each device over a long timeframe (years)

@zero77
Copy link
Author

zero77 commented Nov 18, 2024

thanks for your response but unless i am doing something wrong i cannot see a way to run scrutiny without influxdb.
i have commented out all of the influxdb part in the config and get an error

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

2 participants