forked from sensiasoft/sensorhub
-
Notifications
You must be signed in to change notification settings - Fork 18
Processing (Design)
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.