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.yaml 289 B

1234567891011121314
  1. nodes:
  2. - id: send_data
  3. build: pip install asyncio
  4. path: ./send_data.py
  5. inputs:
  6. tick: dora/timer/millis/10
  7. outputs:
  8. - data
  9. - id: receive_data_with_sleep
  10. build: pip install numpy pyarrow
  11. path: ./receive_data.py
  12. inputs:
  13. tick: send_data/data