loudml
loudml copied to clipboard
Add ability to read / write data from / to VictoriaMetrics
VictoriaMetrics is easy to operate and fast time series database. It would be great adding ability to read / write data from / to it. The following HTTP APIs can be used:
- /api/v1/export for data reading
- /api/v1/import or /api/v1/import/csv for data writing
Hi Aliaksandr,
Contributions are welcome. You can open a new pull-request. Refer to the latest contributions including OpenTSDB and Prometheus (WIP) in the Pull requests tab for great examples.
Thanks
Hello @valyala ,
From documentation my understanding VictoriaMetrics mimics Prometheus API in term of queries. I'm currently working on https://github.com/regel/loudml/pull/254 This is Prometheus bucket support.
If it is a chance you may test it on your side and provide comments.
Regards, V.
From documentation my understanding VictoriaMetrics mimics Prometheus API in term of queries.
Yes. VictoriaMetrics supports Prometheus querying API - see these docs. Additionally to this it supports /api/v1/export
handler for returning raw data. See this article for the context.
If it is a chance you may test it on your side and provide comments.
@dlazerka , could you look into https://github.com/regel/loudml/pull/254 and try using it with VictoriaMetrics?