ESRF Workflow System
Project description
Ewoks: ESRF Workflow System
Many workflow management systems exist to deal with data processing problems that can be expressed as a graph of tasks, also referred to as a computational graph or workflow. The main purpose of a workflow management system is to provide a framework for implementing tasks, creating graphs of tasks and executing these graphs.
The purpose of ewoks is to provide an abstraction layer between graph representation and execution. This allows using the same tasks and graphs in different workflow management systems. ewoks itself is not a workflow management system.
Install
python -m pip install ewoks[orange,dask,ppf,test]
Test
pytest --pyargs ewoks.tests
Getting started
Workflows can be executed from the command line
ewoks execute /path/to/graph.json [--binding dask]
or from python
from ewoks import execute_graph
result = execute_graph("/path/to/graph.json", binding="dask")
When no binding is specified it will use sequential execution from ewokscore
.
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ewoks-0.1.0rc2.tar.gz
.
File metadata
- Download URL: ewoks-0.1.0rc2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8779bce1c674426c79c89605e87960e7d7b64217edde27f0b8f858ba6ae534f8 |
|
MD5 | 3717659166c38495b66d9dac796b9981 |
|
BLAKE2b-256 | fc89e0a284d1f6154cc8513df49ee34040e277f02284fc894f45a96ed03846a4 |