ChronixDB / chronix.server

The Chronix Server implementation that is based on Apache Solr.
Apache License 2.0
263 stars 29 forks source link

Chronix Simple Ingestion Interface #57

Closed FlorianLautenschlager closed 7 years ago

FlorianLautenschlager commented 8 years ago

We should provide a simple ingestion interface for time series data, e.g. pairs of timestamp, value. We should adapt the protocols of InfluxDB, Graphite, ...

FlorianLautenschlager commented 7 years ago

Please add a chapter describing the ingestion interface to our gitbook.

https://chronix.gitbooks.io/chronix/content/

FlorianLautenschlager commented 7 years ago

Thx to @phxql for implementing InfluxDB, Graphite, KairosDB, and OpenTSDB HTTP protocols. Do we need a custom Chronix format?

felixbarny commented 7 years ago

That's great news! Are there plans to mimic the query interface of InfluxDB?

FlorianLautenschlager commented 7 years ago

Hi Felix, no there are currently no plans doing this or something similar.

felixbarny commented 7 years ago

Thx for the info. What's the state of the Grafana integration?

FlorianLautenschlager commented 7 years ago

The Grafana integration works. There is still some work to do. Please ask Grafana related questions in the chronix.grafana repository.

FlorianLautenschlager commented 7 years ago

We should also add the Prometheus format: https://prometheus.io/docs/instrumenting/exposition_formats/

phxql commented 7 years ago

Hey, sounds like a good idea. I'll work on it.

FlorianLautenschlager commented 7 years ago

@phxql Can we close this issue, or do you have outstanding work?

phxql commented 7 years ago

It's implemented, but i still have to write some documentation.

FlorianLautenschlager commented 7 years ago

Great. Thus we can close the issue.