`dora` goal is to be a low latency, composable, and distributed data flow.
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.
---
## ✨ Features
Composability as:
- [x] `YAML` declarative programming
- [ ] language-agnostic:
@@ -20,16 +31,17 @@ Distributed as:
- [x] PubSub communication with [`zenoh`](https://github.com/eclipse-zenoh/zenoh)
- [x] Distributed telemetry with [`opentelemetry`](https://github.com/open-telemetry/opentelemetry-rust)
---
## Getting started
## 💻 Getting started
- Check out [coordinator/README.md](coordinator/README.md)
## Further reading
## 🏁 Further reading
- Check out [dora-drives](https://github.com/dora-rs/dora-drives) for a template of an autonomous vehicle within a simulation.
## LICENSE
## ⚖️ LICENSE
This project is licensed under Apache-2.0. Check out [NOTICE.md](NOTICE.md) for more information.