-
Notifications
You must be signed in to change notification settings - Fork 0
Pipelines
Tim Ermilov edited this page Feb 17, 2016
·
2 revisions
The components in Exynize can be assembled into pipelines.
Creating pipelines allow to do more complex processing by chaining together components.
Pipeline always includes:
- one source component that will provide input data
- one or more processor components that will handle the input data
- one renderer component that will be used to display results to user (if needed)
Pipeline assembly is done through the Exynize UI. Assembly consists of several simple steps:
- adding required components to the pipeline editor and assigning a configuration parameters if needed
- testing the result output