Skip to main content

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

python3 -m pip install ewoks[orange,dask,ppf,test]

Test

python3 -m pytest --pyargs ewoks.tests

Getting started

Workflows can be executed from the command line

ewoks execute /path/to/graph.json [--binding dask]

or for an installation with the system python

python3 -m ewoks execute /path/to/graph.json [--binding dask]

Workflows can also be executed 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

https://ewoks.readthedocs.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ewoks-0.1.1.tar.gz (7.0 kB view details)

Uploaded Source

File details

Details for the file ewoks-0.1.1.tar.gz.

File metadata

  • Download URL: ewoks-0.1.1.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.10

File hashes

Hashes for ewoks-0.1.1.tar.gz
Algorithm Hash digest
SHA256 32f61d610ac3101ebdaee755a618738e4a3b65f2337cbf1a11a41b9c8161f12b
MD5 35b139be86e82146725f633c5d95c28a
BLAKE2b-256 ac68be5b0fd65b2a44cdad57e1881976167a3d7a17e78aa89c556d8761798d46

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page