You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- sinks:
- - id: sink-1
- input: A
- - id: sink-2
- input: B
- sources:
- - id: source-1
- output: C
- run: target/debug/examples/example_source
- - id: source-2
- output: G
- run: target/debug/examples/example_source
- operators:
- - id: op-1
- inputs:
- - C
- - E
- - B
- outputs:
- - A
- - id: op-2
- inputs:
- - C
- - F
- outputs:
- - E
- - id: op-3
- inputs:
- - C
- - G
- outputs:
- - B
|