Browse Source

Update run instructions in example dataflows

tags/v0.0.0-test-pr-120
Philipp Oppermann 3 years ago
parent
commit
51efe3e826
Failed to extract signature
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      docs/src/getting-started.md
  2. +1
    -1
      examples/c++-dataflow/README.md
  3. +1
    -1
      examples/c-dataflow/README.md
  4. +1
    -1
      examples/python-dataflow/README.md

+ 1
- 1
docs/src/getting-started.md View File

@@ -119,5 +119,5 @@ Let's write the graph definition so that the nodes know who to communicate with.

- Run the `dataflow`:
```bash
dora-coordinator run dataflow.yml dora-runtime
dora-coordinator --run-dataflow dataflow.yml dora-runtime
```

+ 1
- 1
examples/c++-dataflow/README.md View File

@@ -53,5 +53,5 @@ For a manual build, follow these steps:
- Start the `dora-coordinator`, passing the paths to the dataflow file and the `dora-runtime` as arguments:

```
../../target/release/dora-coordinator run dataflow.yml ../../target/release/dora-runtime
../../target/release/dora-coordinator --run-dataflow dataflow.yml ../../target/release/dora-runtime
```

+ 1
- 1
examples/c-dataflow/README.md View File

@@ -65,5 +65,5 @@ For a manual build, follow these steps:
- Start the `dora-coordinator`, passing the paths to the dataflow file and the `dora-runtime` as arguments:

```
../../target/release/dora-coordinator run dataflow.yml ../../target/release/dora-runtime
../../target/release/dora-coordinator --run-dataflow dataflow.yml ../../target/release/dora-runtime
```

+ 1
- 1
examples/python-dataflow/README.md View File

@@ -29,5 +29,5 @@ install.sh
- Start the `dora-coordinator`, passing the paths to the dataflow file and the `dora-runtime` as arguments:

```
../../target/release/dora-coordinator run dataflow.yml ../../target/release/dora-runtime
../../target/release/dora-coordinator --run-dataflow dataflow.yml ../../target/release/dora-runtime
```

Loading…
Cancel
Save