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 750 B

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