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

123456789101112131415161718192021
  1. nodes:
  2. - id: c_node
  3. custom:
  4. source: build/c_node
  5. inputs:
  6. timer: dora/timer/millis/50
  7. outputs:
  8. - message
  9. - id: runtime-node
  10. operators:
  11. - id: c_operator
  12. shared-library: build/operator
  13. inputs:
  14. message: c_node/message
  15. outputs:
  16. - counter
  17. - id: c_sink
  18. custom:
  19. source: build/c_sink
  20. inputs:
  21. counter: runtime-node/c_operator/counter