-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ctrl+flow #106
base: master
Are you sure you want to change the base?
Add ctrl+flow #106
Conversation
Adds the ctrl+flow project
* [Dagger](https://github.com/wayfair-incubator/dagger) - Dagger is a distributed, horizointally scalable, durable, and highly available orchestration engine in python based on [Faust-Streaming](https://github.com/faust-streaming/faust) for running millions of long running tasks with direct integration with Kafka | ||
* [Django River](https://github.com/javrasya/django-river) [![Stars](https://img.shields.io/github/stars/javrasya/django-river.svg)](https://github.com/javrasya/django-river) - Django workflow library that supports on the fly changes for states, transitions, and authorizations | ||
* [Kogito](https://kogito.kie.org/) [![Stars]( https://img.shields.io/github/stars/kiegroup/kogito-runtimes.svg )](https://github.com/kiegroup/kogito-runtimes) - Cloud-native business automation technology. Embeddable to produce JVM or GraalVM artifacts or interacted through Kafka & REST APIs | ||
* [Luigi](https://github.com/spotify/luigi) [![Stars](https://img.shields.io/github/stars/spotify/luigi.svg)](https://github.com//spotify/luigi) - Python module that helps you build complex pipelines of batch jobs. | ||
* [SciPipe](https://github.com/scipipe/scipipe) [![Stars](https://img.shields.io/github/stars/scipipe/scipipe.svg)](https://github.com/scipipe/scipipe) - A Go library for writing pipelines of Bash commands or Go-code using the dataflow / flow-based programming paradigm. | ||
* [SpiffWorkflow](https://spiffworkflow.readthedocs.io/en/latest/) [![Stars](https://img.shields.io/github/stars/sartography/SpiffWorkflow.svg)](https://github.com/sartography/SpiffWorkflow) - SpiffWorkflow - a BPMN 2.0 workflow engine implemented in pure Python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgive the confusing additional diffs, my IDE automatically removes trailing whitespace on lines.
@@ -19,9 +19,10 @@ A curated list of awesome open source workflow engines | |||
* [Couler](https://github.com/couler-proj/couler) [![Stars](https://img.shields.io/github/stars/couler-proj/couler.svg)](https://github.com/couler-proj/couler) - Unified interface for constructing and managing workflows on different workflow engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow. | |||
* [Covalent](https://covalent.xyz) [![Stars](https://img.shields.io/github/stars/AgnostiqHQ/covalent.svg)](https://github.com/AgnostiqHQ/covalent) - Workflow orchestration platform for quantum and high performance computing. | |||
* [Cromwell](https://github.com/broadinstitute/cromwell) [![Stars](https://img.shields.io/github/stars/broadinstitute/cromwell.svg)](https://github.com/broadinstitute/cromwell) - Workflow engine written in Scala and designed for simplicity and scalability. Executes workflows written in [WDL](https://github.com/openwdl/wdl) or [CWL](https://www.commonwl.org/). | |||
* [Cylc](https://cylc.github.io/) [![Stars](https://img.shields.io/github/stars/cylc/cylc-flow.svg)](https://github.com/cylc/cylc-flow) - Workflow engine that orchestrates complex distributed workflows with cyclic or acyclic graphs. It was originally designed to automate weather forecasting systems at NIWA. | |||
* [ctrl+flow](https://github.com/ctrlflowjs/ctrlflow) [![Stars](https://img.shields.io/github/stars/ctrlflowjs/ctrlflow.svg)](https://github.com/ctrlflowjs/ctrlflow) - Fullstack JS framework to embed visual programming interfaces in web apps, with durable background processing. Delivers an intuitive UX that turns non-technical users into collaborators and reduces load on dev teams. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems to be in a very early stage, maybe worth to add after it gains some more traction
@@ -87,12 +88,13 @@ A curated list of awesome open source workflow engines | |||
* [Camunda](https://camunda.com) [![Stars](https://img.shields.io/github/stars/camunda/camunda-bpm-platform.svg)](https://github.com/camunda/camunda-bpm-platform) - BPMN-based workflow engine that can be embedded as java library (e.g. Spring Boot) or used standalone, including a graphical modeler and operations tooling. | |||
* [Captain](https://github.com/LiveRamp/captain) [![Stars](https://img.shields.io/github/stars/LiveRamp/captain.svg)](https://github.com/LiveRamp/captain) - Distributed, light-weight java workflow engine for a microservice architecture. | |||
* [CoreWF](https://github.com/UiPath/corewf) [![Stars](https://img.shields.io/github/stars/UiPath/corewf.svg)](https://github.com/UiPath/corewf) - WF runtime ported to work on .NET Core | |||
* [ctrl+flow](https://github.com/ctrlflowjs/ctrlflow) [![Stars](https://img.shields.io/github/stars/ctrlflowjs/ctrlflow.svg)](https://github.com/ctrlflowjs/ctrlflow) - Fullstack JS framework to embed visual programming interfaces in web apps, with durable background processing. Delivers an intuitive UX that turns non-technical users into collaborators and reduces load on dev teams. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no point in adding it twice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gotcha, wasn't sure, it fit both categories and saw other options listed in more than one place.
Adds the ctrl+flow project