You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Robin edited this page May 11, 2017
·
1 revision
OSH allows different types of processing to occur:
Stream processing: the process listens for data coming from live data streams and runs continuously as new data arrives on its input ports. The process outputs produce new live data streams.
Triggered processing: the process is triggered by an external command. The process outputs can also be fed into a data stream.
Batch processing: the process is fed by data extracted from storage.
A combination of the modes above
Using different data sources for an OSH process allows switching between these processing modes.