apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.48k stars 3.7k forks source link

Telegraf Plugin For Druid #14873

Closed arunkumarck closed 1 year ago

arunkumarck commented 1 year ago

https://github.com/influxdata/telegraf

They have opensource plugins to write from a RabbitMQ or Kafka Topic to the Influx, Postgresql or other opensource databases. A lot of apache druid users would want a plugin written to output data to Apache Druid like this. The best people to write the plugin are Apache Druid People.

This will make life easy for a lot of us. Especially in IoT scenarios, we use telegraf to persist data from topics of Kafka/RabbitMQ to the database

abhishekagarwal87 commented 1 year ago

can you elaborate a bit more? We already have a native integration with Kafka. why can't you just connect Apache Druid to the Kafka topic directly?

arunkumarck commented 1 year ago

https://druid.apache.org/docs/latest/development/extensions-core/kafka-ingestion/

Get that. Will use the above. Telegraf is written in Go and has better vertical scalability. Hence was checking