kafka-streams-machine-learning-examples icon indicating copy to clipboard operation
kafka-streams-machine-learning-examples copied to clipboard

visualization- prediction output

Open andrewcz opened this issue 8 years ago • 1 comments

hi. great software build :)! Would there be an easy way to attach visualization to the prediction output? Many thanks, Best, Andrew

andrewcz avatar Oct 04 '17 00:10 andrewcz

Hi Andrew,

that's a good point. A nice UI always helps to present this. It is pretty easy. You could use Kafka Connect to send the prediction to a UI like Kibana or Granana. Or you can use a Kafka Consumer API to integrate it with any existing UI application.

I plan build a nice demo around Kafka + Machine Learning + Real Time Dashboard, too. I will probably leverage KSQL here. It allows to build continuous queries easily. These can send be pushed to a dashboard.

kaiwaehner avatar Oct 27 '17 08:10 kaiwaehner