Input and Output Streams

In streaming mode, input connectors wait for incoming updates. Whenever an update is received, it is propagated in the computation graph (more details here) until it reaches the output connectors which output the resulting changes. Output connectors are the easiest way to access the results obtained in a solution like Pathway in the streaming mode.