Skip to main content

Extensible Workflow System

Project description

Ewoks: Extensible 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

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 [--engine dask]

or for an installation with the system python

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

Workflows can also be executed from python

from ewoks import execute_graph

result = execute_graph("/path/to/graph.json", engine="dask")

When no engine 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-3.0.0.tar.gz (209.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ewoks-3.0.0-py3-none-any.whl (215.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ewoks-3.0.0.tar.gz
  • Upload date:
  • Size: 209.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for ewoks-3.0.0.tar.gz
Algorithm Hash digest
SHA256 9aaf9b9b5f96fc1469ea3a479a38e89dbb280e43b5d22462b1932df4b58a3ffc
MD5 6f316a708aaffa3bf2053717a2762291
BLAKE2b-256 495b020d76ec14fdee7a2e10481de58f32824468f0315a974337f046ea31e757

See more details on using hashes here.

File details

Details for the file ewoks-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: ewoks-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 215.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for ewoks-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a0b4933988e68057b777c83646dff00da59efdf7bab1cf042711da88e178b600
MD5 6f3ec34f0778ae29651ebc2640f5b075
BLAKE2b-256 a55b1bd9e36513fbfbcfdd62b7f047f6f7892fda252243ec00bbc1a77b88acdd

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