I receive a lot of data from various UDP/TCP data streams that needs to be processed. Currently, the data is written to log files or a database and then processed according to a schedule. This works, but it implies a delay in the data processing and requires maintaining log files.
Is there a way to configure KNIME to listen to a UDP port or to connect to a TCP port on a network to get the data directly?
tC/.