DoraStatus into dora python package: https://github.com/dora-rs/dora/pull/172This release contains fixes for:
GIL. This also fix an issue with patchelf.ubuntu as the 20.04 version of dora and 22.04 version of dora are non-compatible.dora Rust API.This is our first release of dora-rs!
The current release includes:
dora-cli which enables creating, starting and stopping dataflow.dora-coordinator which is our control plane.dora-runtime which is manage the runtime of operators.custom-nodes API which enables bridges from different languages.