Aiven-Open / karapace

Karapace - Your Apache Kafka® essentials in one tool
https://karapace.io
Apache License 2.0
463 stars 69 forks source link

Contribute to HUE #50

Closed OneCricketeer closed 4 years ago

OneCricketeer commented 4 years ago

When working with Cloudera / Hortonworks products, I typically setup HUE for the data-science folk, and while I really like it, even as a standalone product by itself (it makes a great JDBC tool and Jupyter notebook and filebrowser replacement), the Kafka lib however, is relatively lacking https://github.com/cloudera/hue/tree/master/desktop/libs/kafka

What are your thoughts on contributing some work into making a Kafka dashboard in Mako templates?

cc @romainr

romainr commented 4 years ago

In case it helps: Hue is going to get better with SQL queries on Streams (ksqDB, Flink SQL..) and the integration already has a good POC. For pure Kafka, this is open to contribution too but obviously a smaller priority as not query related per-se.

OneCricketeer commented 4 years ago

Yeah, I saw work with Flink SQL and KSQL getting added, which is awesome.

Would like to see something like Confluent Control Center or Conduktor in HUE though