This project is in early development, and many features have yet to be implemented with breaking changes. Please don't take for granted the current design. The installation process will be streamlined in the future.
The dora-coordinator is responsible for reading the dataflow descriptor file and launching the operators accordingly.
Build it using:
cargo build -p dora-coordinator --examples --release
The dora-runtime is responsible for managing a set of operators.
cargo build -p dora-runtime --release