All Projects → Illumina → Pyflow

Illumina / Pyflow

A lightweight parallel task engine

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pyflow

Kogito Examples
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Stars: ✭ 96 (-11.11%)
Mutual labels:  workflow-engine, workflow
River Admin
🚀 A shiny admin interface for django-river built with DRF, Vue & Vuetify
Stars: ✭ 55 (-49.07%)
Mutual labels:  workflow-engine, workflow
Scipipe
Robust, flexible and resource-efficient pipelines using Go and the commandline
Stars: ✭ 826 (+664.81%)
Mutual labels:  workflow-engine, workflow
Prefect
The easiest way to automate your data
Stars: ✭ 7,956 (+7266.67%)
Mutual labels:  workflow-engine, workflow
Machine
Machine is a workflow/pipeline library for processing data
Stars: ✭ 78 (-27.78%)
Mutual labels:  workflow-engine, workflow
Titanoboa
Titanoboa makes complex workflows easy. It is a low-code workflow orchestration platform for JVM - distributed, highly scalable and fault tolerant.
Stars: ✭ 787 (+628.7%)
Mutual labels:  workflow-engine, workflow
Hyperflow
HyperFlow: a scientific workflow engine
Stars: ✭ 53 (-50.93%)
Mutual labels:  workflow-engine, workflow
Easy Flows
The simple, stupid workflow engine for Java
Stars: ✭ 433 (+300.93%)
Mutual labels:  workflow-engine, workflow
Theflow
Workflow automation library for .NET
Stars: ✭ 72 (-33.33%)
Mutual labels:  workflow-engine, workflow
Loonflow
基于django的工作流引擎,工单(a workflow engine base on django python)
Stars: ✭ 1,153 (+967.59%)
Mutual labels:  workflow-engine, workflow
Nflow
nFlow is a battle-proven solution for orchestrating business processes. It can be used as microservices orchestrator (Saga-pattern), as business process engine or as persistent finite-state machine.
Stars: ✭ 96 (-11.11%)
Mutual labels:  workflow-engine, workflow
Server
The Prefect API and backend
Stars: ✭ 87 (-19.44%)
Mutual labels:  workflow-engine, workflow
Django River
Django workflow library that supports on the fly changes ⛵
Stars: ✭ 609 (+463.89%)
Mutual labels:  workflow-engine, workflow
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+651.85%)
Mutual labels:  workflow-engine, workflow
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (+450%)
Mutual labels:  workflow-engine, workflow
Argo Workflows
Workflow engine for Kubernetes
Stars: ✭ 10,024 (+9181.48%)
Mutual labels:  workflow-engine, workflow
Pvm
Build workflows, activities, BPMN like processes, or state machines with PVM.
Stars: ✭ 348 (+222.22%)
Mutual labels:  workflow-engine, workflow
Utask
µTask is an automation engine that models and executes business processes declared in yaml. ✏️📋
Stars: ✭ 374 (+246.3%)
Mutual labels:  workflow-engine, workflow
Xene
A distributed workflow runner focusing on performance and simplicity.
Stars: ✭ 56 (-48.15%)
Mutual labels:  workflow-engine, workflow
Workflows
Run Cloud Native workflows on any environment using Dapr
Stars: ✭ 84 (-22.22%)
Mutual labels:  workflow-engine, workflow

pyFlow - a lightweight parallel task engine

Build Status Build status

pyFlow is a tool to manage tasks in the context of a task dependency graph. It has some similarities to make. pyFlow is not a program – it is a python module, and workflows are defined using pyFlow by writing regular python code with the pyFlow API

For more information, please see the pyFlow website.

License

pyFlow source code is provided under the BSD 2-Clause License.

Releases

Recent release tarballs can be found on the github release list here:

https://github.com/Illumina/pyflow/releases

To create a release tarball corresponding to any other version, run:

git clone git://github.com/Illumina/pyflow.git pyflow
cd pyflow
git checkout ${VERSION}
./scratch/make_release_tarball.bash
# tarball is "./pyflow-${VERSION}.tar.gz"

Note this README is at the root of the pyflow development repository and is not part of the python source release.

Contents

For the development repository (this directory), the sub-directories are:

pyflow/

Contains all pyflow code intended for distribution, plus demo code and documentation.

scratch/

This directory contains support scripts for tests/cleanup/release tarballing.. etc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].