You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # you can use the installed `dora` command instead of this `cargo run` command
- dora := "cargo run -p dora-cli --"
-
- # build dora and the example nodes/operators
- build:
- {{ dora }} build dataflow.yml
-
- # build and run the dataflow example
- run: build
- # The `--run-dataflow` argument is mostly meant for testing. It's recommended
- # to instead run `dora daemon` in one terminal and `dora start dataflow.yml` in another
- RUST_LOG=debug {{ dora }} daemon --run-dataflow dataflow.yml
|