DaTaStretch provides an easy and simple pipeline-framework
Project description
DaTaStretch
This project introduces a new framework for pipeline-operations. It provides an easy way to create arbitrary pipelines and is capable to run them in parallel. Tasks executed by the pipeline are fully specified by the developer, furthermore the dependencies among the tasks must be specified. DaTaStretch then finds the best way to parallelize the execution of those tasks with respect to the defined dependencies. Therefore it builds a task graph and an execution graph which represent the order of task-executions. Both graphs can be plotted by DaTaStretch for debugging-purposes.
How to setup
The setup can be done as follows:
- Execute 'pip install datastretch'
- Import 'datastretch'
- Define your tasks by creating classes inheriting from the Task-class
- Define dependencies between your tasks.
- Create a Pipeline-object
- Create the needed stages and add your tasks there
- Add the stages to the pipeline and run it!
Libraries used
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file datastretch-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: datastretch-0.0.5-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200325 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da59ac757fc54182f487a09a582322d1f29ffc5e795731dd37f7a5f0445aef32 |
|
MD5 | b94e954ad39fc8c5530abf3ff265b7b7 |
|
BLAKE2b-256 | e511bd709d2f1ad8bf612391b0b4cbaa3c59f682a514a68cbde62bbe77d6f6be |