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-example.yml 359 B

123456789101112131415161718192021222324252627282930
  1. sinks:
  2. - id: sink-1
  3. input: A
  4. - id: sink-2
  5. input: B
  6. sources:
  7. - id: source-1
  8. output: C
  9. - id: source-2
  10. output: G
  11. operators:
  12. - id: op-1
  13. inputs:
  14. - C
  15. - E
  16. - B
  17. outputs:
  18. - A
  19. - id: op-2
  20. inputs:
  21. - C
  22. - F
  23. outputs:
  24. - E
  25. - id: op-3
  26. inputs:
  27. - C
  28. - G
  29. outputs:
  30. - B

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl