Real time classification of streaming data

Hi,

is there a way to input a data stream into Knime from a Java application and classify this data by a trained model and send the class back to the application?

An alternative approach could be to export the workflow, or only the trained model into usable Java Code. Is this possible?

Greetings
alsc

Hi there!

If you can connect (get data and send data) from KNIME to this Java application why not?

Regarding deploying model build in KNIME check this blog and corresponding video: https://www.knime.com/blog/seven_modes_deployment

Additionally regarding streaming possibilities KNIME supports Kafka from 3.6 version: https://www.knime.com/whats-new-in-knime-36#apache-kafka

Br,
Ivan

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.