You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,30 +37,30 @@ flowchart LR
37
37
ewoks --> ewoksorange
38
38
```
39
39
40
-
-`ewoks`: main python API and CLI for workflow execution.
41
-
-`ewokscore`: runtime graph and task utilities used by [Ewoks Engines](https://ewoks.esrf.fr/en/latest/engines.html) and [Ewoks Apps](https://ewoks.esrf.fr/en/latest/tasks/index.html).
40
+
-[`ewoks`](https://github.com/ewoks-kit/ewoks): main python API and CLI for workflow execution.
41
+
-[`ewokscore`](https://github.com/ewoks-kit/ewokscore): runtime graph and task utilities used by [Ewoks Engines](https://ewoks.esrf.fr/en/latest/engines.html) and [Ewoks Apps](https://ewoks.esrf.fr/en/latest/tasks/index.html).
42
42
43
43
### Workflow Engines
44
44
45
-
-`ewokscore`: basic engine for sequential execution.
46
-
-`ewoksdask`: engine for distributed execution.
47
-
-`ewoksppf`: engine that supports loops and conditional links.
48
-
-`ewoksorange`: engine with a desktop graphical user interface.
45
+
-[`ewokscore`](https://github.com/ewoks-kit/ewokscore): basic engine for sequential execution.
46
+
-[`ewoksdask`](https://github.com/ewoks-kit/ewoksdask): engine for distributed execution.
47
+
-[`ewoksppf`](https://github.com/ewoks-kit/ewoksppf): engine that supports loops and conditional links.
48
+
-[`ewoksorange`](https://github.com/ewoks-kit/ewoksorange): engine with a desktop graphical user interface.
49
49
50
50
[Engines can be created](https://ewoks.esrf.fr/en/latest/engines.html#adding-a-new-engine-to-ewoks) by anyone.
51
51
The `ewoks` package can discover all engines installed in the same python environment.
52
52
53
53
### Workflow Management
54
54
55
-
-`ewoksjob`: Job scheduling system
55
+
-[`ewoksjob`](https://github.com/ewoks-kit/ewoksjob): Job scheduling system
56
56
-_client_: submit workflows (no `ewoks` installation required)
57
57
-_worker_: execute workflows (`ewoks` installed)
58
-
-`ewoksutils`: Shared utilities used by ewoks, ewokscore, and ewoksjob on both client and worker sides.
59
-
-`ewoksweb`: web frontend for workflow creation and execution.
60
-
-`ewoksserver`: REST server for workflow creation and execution.
58
+
-[`ewoksutils`](https://github.com/ewoks-kit/ewoksutils): Shared utilities used by ewoks, ewokscore, and ewoksjob on both client and worker sides.
59
+
-[`ewoksweb`](https://github.com/ewoks-kit/ewoksweb): web frontend for workflow creation and execution.
60
+
-[`ewoksserver`](https://github.com/ewoks-kit/ewoksserver): REST server for workflow creation and execution.
61
61
62
62
### Development and Operations
63
63
64
-
-`ewokssphinx`: Sphinx directives for [Ewoks Apps](https://ewoks.esrf.fr/en/latest/tasks/index.html) documentation.
65
-
-`ewokswhale`: Ewoks docker application.
66
-
-`ewoksdraw`: Graphical rendering of Ewoks workflows.
64
+
-[`ewokssphinx`](https://github.com/ewoks-kit/ewokssphinx): Sphinx directives for [Ewoks Apps](https://ewoks.esrf.fr/en/latest/tasks/index.html) documentation.
0 commit comments