Building a stream

Building a stream

CE.png

To build your stream, add and connect the functions needed to process your data as required. Every stream must include at least one collector, processor, and forwarder function.

The Stream editor offers two modes: Edit and View. When you create a new stream, the editor opens in Edit mode. For existing streams, it opens in View mode, and the function library is hidden. You can switch between modes using the View and Edit buttons in the toolbar.

To return to the Solution page, click the arrow to the left of the stream name.

Add functions by dragging them from the Function library onto the canvas. To configure a function, double-click it or right-click and select Edit to open the Function editor. Once configured, you can link functions by connecting their endpoints.

For more details on creating streams, see:My first stream