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

Adds Burr to libraries #144

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
Adds Burr to libraries
Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, persist, and execute on your own infrastructure.
  • Loading branch information
skrawcz authored Jul 23, 2024
commit fc412b7f60b0cd185e1d229ae95e8d85564b95e6
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ A curated list of awesome open source workflow engines
## Library (embedded usage)

* [Automatiko](https://automatiko.io) [![Stars](https://img.shields.io/github/stars/automatiko-io/automatiko-engine.svg)](https://github.com/automatiko-io/automatiko-engine) - a toolkit to build services and functions based on workflows (primarily BPMN2). Introduces and implements concepts: workflow as a service, workflow as a function and workflow as a function flow.
* [Burr](https://github.com/dagworks-inc/burr) Build applications that make decisions (chatbots, agents, simulations, etc...). Monitor, persist, and execute on your own infrastructure.
* [C++ Workflow](https://github.com/sogou/workflow) [![Stars](https://img.shields.io/github/stars/sogou/workflow.svg)](https://github.com/sogou/workflow) - C++ Parallel Computing and Asynchronous Networking Engine.
* [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.
Expand Down