zenoh-flow
zenoh-flow copied to clipboard
zenoh-flow aims at providing a zenoh-based data-flow programming framework for computations that span from the cloud to the device.
In order to not require users to install globally (via the `--break-system-packages` flag) the Python library of Zenoh-Flow, the path to this library should be provided in the extension. At...
### Describe the feature Do you have a scheduler for developing a 'Zenoh-Flow-Java' like 'Zenoh-flow-python'?
### Describe the feature It would be helpful to provide users the possibility to configure the Congestion Control and Reliability for the channels created by Zenoh Flow. Currently, the behavior...
# Summary To measure and provide insights about Zenoh Flow’s performance, some metrics should be provided. # Intended outcome "Metrics" (_to be refined_) are made available. # Steps TBD.
# Summary Currently, the mapping of nodes is specified manually in the YAML file. Zenoh Flow should expose an interface that would let external "logic" perform this mapping. # Intended...
# Summary Currently, the only URI that is supported for shared libraries (or Python script) is `file://`. Other schemas should be supported (for instance: `http://`, `https://`). # Intended outcome Shared...
### Current behaviour and limitations Since #261, Zenoh-Flow has been based on Zenoh 1.x. A major change in this version of Zenoh is that task management has shifted from async_std...