Anyone has some advices? Can KNIME be used to cooperate with KAFKA or equivalents like AWS (Kinesis). Are there any cloud connectors to service AWS/GCP?
All I’ve done was connect KNIME with GCP, but it doesn’t have any native connectors. I used a python script node and just made the connection there and fetched the data.
And what you think about KNIME and Streaming? Can KNIME be used to successfully analyse streaming data - some kind of Workflow Daemon equivalent? Or its better to just create daemon script that would be do it? Just thinking about it - how to tackle something like that…
Great! Thanks for answer.
Hey I’m sorry, since you didn’t tag me, I didn’t receive the notification. I tested this in production environment and it works yeah. If you have a KNIME Server you can set the workflow to run on a a schedule, so set it to run every minute and it will retrieve all data added to the cloud between executions.