Philipp Oppermann
c9ec58db1c
Implement a cli `check` command that verifies paths and input mappings
3 years ago
Philipp Oppermann
dd50d2ebd8
Add support for build command to nodes and operator definitions
3 years ago
Philipp Oppermann
d57cafadc4
Implement `dora graph` subcommand based on coordinator visualization code
3 years ago
Philipp Oppermann
e0cc48a557
Move `dora-message` crate directly under `libraries` (it's not really an extension)
3 years ago
Philipp Oppermann
0df06fce86
Send metadata in messages encoded with capnproto
Changes the message format from raw data bytes to a higher-level `Message` struct serialized with capnproto. In addition to the raw data, which is sent as a byte array as before, the `Message` struct features `metadata` field. This metadata field can be used to pass open telemetry contexts, deadlines, etc.
3 years ago
Philipp Oppermann
c783f8d2b8
Make `iceoryx` group name configurable instead of defaulting to 'dora'
3 years ago
Philipp Oppermann
848e136a75
Move communication layer implementation into separate library
To make it usable for other projects.
3 years ago
Philipp Oppermann
03348c5be8
Redesign communication layer to be synchronous and add support for iceoryx
3 years ago
Philipp Oppermann
3fa0c4bf81
Add a `c-dataflow` example
4 years ago
Philipp Oppermann
dbf189e239
Resolve clippy warnings
4 years ago
Philipp Oppermann
20501ca461
Send dora timer messages from coordinator
4 years ago
Philipp Oppermann
37c7970e49
Add dora input nodes in visualization
4 years ago
Philipp Oppermann
acd0f6193f
Adjust libraries and binaries for new `InputMapping` format
4 years ago
Philipp Oppermann
e98fc0725d
Merge pull request #50 from dora-rs/python-operator-alias
Add support for single operator nodes in YAML dataflow specification
4 years ago
Philipp Oppermann
45378870ad
Generalize support for single-operator nodes, independent of their type
4 years ago
Philipp Oppermann
bc56b5947d
Implement alias syntax for runtime nodes with single python operator
4 years ago
haixuanTao
5d35b6c77b
Changing folder name `serialisation` into `message`
4 years ago
haixuanTao
251fe6b20f
Replaced `dora-common` with `dora-core`
4 years ago
haixuanTao
28a902d83a
Moving folders in correspondance with #41
Simply moving crate to mirror our discussion without touching at names
4 years ago