Skip to main content

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:

  1. Pull the repository
  2. Install all dependencies you haven't installed yet.
  3. Define your tasks by creating classes inheriting from the Task-class
  4. Define dependencies between your tasks.
  5. Create a Pipeline-object
  6. Create the needed stages and add your tasks there
  7. 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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

datastretch-0.0.1-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

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