apache / druid

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

Data ingestion from Flink to Druid #17507

Open Shekharrajak opened 1 day ago

Shekharrajak commented 1 day ago

Motivation

We observe various applications utilizing the architecture of Flink -> Kafka -> Druid. However, in many cases, I believe that the Kafka hop may not be necessary. If a Flink connector for Druid were available, it would streamline the integration and make utilizing Druid much more straightforward

Proposed changes

Open for discussion on implementation and code changes.