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

Statistics Database Option #1361

Closed
1 task done
tamimology opened this issue Mar 7, 2022 · 4 comments
Closed
1 task done

Statistics Database Option #1361

tamimology opened this issue Mar 7, 2022 · 4 comments
Labels
feature-request Request for new features to be added

Comments

@tamimology
Copy link

⚠️ Please verify that this feature request has NOT been suggested before.

  • I checked and didn't find similar feature request

🏷️ Feature Request Type

Other

🔖 Feature description

If there could be an option passed to have the statistics db recorded in an external platform, i.e. MariaDB / InfluxDB ...etc

✔️ Solution

❓ Alternatives

📝 Additional Context

@tamimology tamimology added the feature-request Request for new features to be added label Mar 7, 2022
@koen20
Copy link
Contributor

koen20 commented Mar 13, 2022

If you mean the entire database then this is partially a duplicate of #953 #959 #1139

@almereyda
Copy link

If you only need the metrics persisted into a database, then you may wish to look into TSDBs that support the Prometheus protocol, and leverage that to build a "statistics database", like you supposed with InfluxDB:

@nodecentral
Copy link

nodecentral commented Jan 8, 2023

Just a thought, (as I use influxdb too) as data can be posted to Influxdb via their API, is that something that can be supported?

By the looks of it, it could be provided in very simular way to how websocket for notifications is set up, just with slightly different options and the ability for it to pass some value that can be placed into a structured URL

I know a bit of Lua and use that to create a URL to submit various temperature readings to a influxdb bucket i have set up.

@CommanderStorm
Copy link
Collaborator

v2 will come with the ability to run mariadb/mysql as a database and includes perfomrance improvments like #2750

during the PR mettioned above we have evaluated some time series databases and have found them to not fit the direction in which we want the project to go in terms of resource consumption. We have instead gone with running aggregation as an optimisation for our statistics.

=> closing as resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features to be added
Projects
None yet
Development

No branches or pull requests

5 participants