Skip to content
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

move dbos to product and update #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ A curated list of awesome open source workflow engines
* [Dagu](https://github.com/yohamta/dagu) [![Stars](https://img.shields.io/github/stars/yohamta/dagu.svg)](https://github.com/yohamta/dagu) - A No-code workflow executor. It executes workflows from declarative YAML definitions.
* [Dagster](https://dagster.io/) [![Stars](https://img.shields.io/github/stars/dagster-io/dagster.svg)](https://github.com/dagster-io/dagster) - Data orchestrator for machine learning, analytics, and ETL.
* [Dapr Workflows](https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-overview/) [![Stars](https://img.shields.io/github/stars/dapr/dapr.svg)](https://github.com/dapr/dapr) - Author and execute durable & long-running Workflow-as-code at scale in Python, Javascript, .NET, Java & Go. Based on the Open-source Durable Task Framework.
* [DBOS](https://github.com/dbos-inc/) [![Stars](https://img.shields.io/github/stars/dbos-inc/dbos-transact.svg)](https://github.com/dbos-inc/) - Serverless platform for writing durable and transactional workflows. Super easy deployment to the cloud. Support for Typescript and Python languages.
* [Didact](https://www.didact.dev) [![Stars](https://img.shields.io/github/stars/didacthq/didact.svg)](https://github.com/DidactHQ/didact) - The open source .NET job orchestrator.
* [DigDag](https://www.digdag.io) [![Stars](https://img.shields.io/github/stars/treasure-data/digdag.svg)](https://github.com/treasure-data/digdag) - Digdag is a simple tool that helps you to build, run, schedule, and monitor complex pipelines of tasks.
* [DolphinScheduler](https://github.com/apache/dolphinscheduler) [![Stars](https://img.shields.io/github/stars/apache/dolphinscheduler.svg)](https://github.com/apache/dolphinscheduler) Apache DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG visual interfaces, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available out of box.
Expand Down Expand Up @@ -112,7 +113,6 @@ A curated list of awesome open source workflow engines
* [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
* [Dagger](https://github.com/wayfair-incubator/dagger) - Dagger is a distributed, horizontally 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
* [DBOS Transact](https://github.com/dbos-inc/dbos-transact) [![Stars](https://img.shields.io/github/stars/dbos-inc/dbos-transact.svg)](https://github.com/dbos-inc/dbos-transact) - DBOS typescript library for writing durable and transactional workflows.
* [Durable Task Framework](https://github.com/Azure/durabletask) [![Stars](https://img.shields.io/github/stars/Azure/durabletask.svg)](https://github.com/Azure/durabletask) - Durable Task Framework (DTFx) is a library that allows users to write long running persistent workflows in C#.
* [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.
Expand Down