Description
Currently, StreamPipes only supports data processing within pipelines. Sometimes, instead of building reusable data processors, users want to run a processing function without user-defined parameters and independent of pipelines based on connected data streams.
This feature extends the set of data processors and sinks with a new concept "StreamPipes Functions" which allows to register a processing function in StreamPipes by providing required streams as code. Functions are part of an extensions service and are automatically started upon service registration.