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

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