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.

dataflow.yml 706 B

1234567891011121314151617181920212223
  1. nodes:
  2. - id: rust-node
  3. path: https://github.com/dora-rs/dora/releases/download/v0.0.0-test.4/rust-dataflow-example-node
  4. inputs:
  5. tick: dora/timer/millis/300
  6. outputs:
  7. - random
  8. - id: runtime-node
  9. operators:
  10. - id: rust-operator
  11. shared-library: https://github.com/dora-rs/dora/releases/download/v0.0.0-test.4/librust_dataflow_example_operator.so
  12. inputs:
  13. tick: dora/timer/millis/100
  14. random: rust-node/random
  15. outputs:
  16. - status
  17. - id: rust-sink
  18. build: cargo build -p rust-dataflow-example-sink
  19. path: ../../target/debug/rust-dataflow-url-example-sink
  20. inputs:
  21. message: runtime-node/rust-operator/status