A curated list of awesome Camunda Platform 8 projects, mostly driven by the community. Inspired by awesome-go.
Previously, this list contained only Zeebe awesome-ness. Help us collect all things awesome about Camunda Platform 8 and Zeebe, the workflow engine powering Camunda Platform 8.
Contents
- Contents
- Clients and Programming Framework Integrations
- Connectors and Bridges
- Job Workers
- Exporters
- Applications
- Testing
- Others
- Contributing
- License
Awesome Projects
Clients and Programming Framework Integrations
Client libraries to interact with Camunda Platform 8 and Zeebe
- Java
- Go
- C#
- Delphi
- Ruby
- Beez - Simple, efficient ruby workers for Zeebe (Not updated for Zeebe 1.0.0)
- Node.js
- Rust
- Python:
- WorkIt - Node.js (TypeScript) client for both Zeebe and Camunda BPM platforms (Not updated for Zeebe 1.0.0)
Want a client for another language?
Thanks to gRPC you can generate client stubs easily as described in Generating a Zeebe-Python Client Stub in Less Than An Hour: A gRPC + Zeebe Tutorial.
Connectors and Bridges
Connector: A reusable building block that performs the integration with an external system and works out of the box.
- Awesome Camunda Platform 8 Connectors -- all connectors, whether created by Camunda, the community, or partners, are listed here.
Bridge: A piece of software that connects Camunda Platform 8 or Zeebe with some other system or infrastructure. Might be uni or bidirectional and possibly includes a job worker.
- Kafka Connector
- Lambda - A Zeebe worker to invoke AWS Lambdas (Serverless functions), allowing to orchestrate functions
- Node-RED Zeebe nodes
- Zeebe GitHub Action - Integrate Zeebe into GitHub Workflows with Camunda Platform 8
Job Workers
Job Worker: A special type of client that polls for and executes available jobs. In contrast to connectors and bridges, such workers do not connect to other active pieces of software primarily (for example, a 'DMN Connector' might connect Zeebe to a managed DMN Engine, a 'DMN worker' will use a DMN library to execute decisions).
- Script - Zeebe job worker for evaluating JS, Groovy, Kotlin and FEEL scripts
- DMN Scala - Zeebe job worker using the Scala DMN engine
- Camunda DMN - Zeebe job worker using the Camunda DMN engine
- Zeebe Slack Worker - A Node.js library for building job workers that send messages to Slack based on service tasks.
Exporters
Exporters to load data into external systems, only available with Camunda Platform 8 Self-Managed.
- Elasticsearch
- Event Store
- Hazelcast
- Incident Alerter (Webhook)
- Kafka
- CSV
- NATS Streaming Server
- MongoDB
Want an exporter for another system?
You can build one in as little as 15 minutes. Take a look at the Zeebe Exporter Demo, and the tutorial blog posts Part One and Part Two.
Applications
Applications to interact with Camunda Platform 8 and Zeebe
- Simple Monitor - A lightweight application for monitoring and interacting with Zeebe during development
- ZeeQS - GraphQL query API for aggregated Zeebe data
- zbctl - CLI to interact with Zeebe
- zbctl via npm - zbctl is just an
npm install
away - zbctl via Homebrew - zbctl from the famous Mac OS package manager
- zbctl via Snap - Install zbctl through your Linux package manager, e.g.
snap install zbctl
- dockerised zbctl - See these notes on using it in CI
- Workflow Linter - Workflow Linter for BPMN workflows
- Zeebe Cloud Canary - Monitor the aliveness of a Zeebe broker
- Zeebe Simple Tasklist - Zeebe job worker for manual/user tasks
- Quintessential Task List - The quintessential Zeebe tasklist for BPMN Human tasks with Drag and Drop Form builder, client and server side validations, and drop in Form Rendering
- Python-Zeebe Sandbox - A FastAPI python sandbox for Zeebe to deploy workflows, run instances and publish messages. This dockerised app runs Zeebe Simple Monitor, a single node Zeebe broker and a FastAPI python container to allow exploration/investigation of Zeebe features and workflows.
Testing
Test utilities to help you develop Camunda Platform 8 or Zeebe-dependent applications
- Zeebe Test Container - TestContainers module to help you write integration tests against configurable Zeebe instances.
- Zeebe Chaos - contains everything related to chaos engineering and Zeebe, like chaos experiments, an hypotheses backlog etc.
- Zeebe BPMN RSpec - Ruby gem to test workflow logic in Zeebe using RSpec.
- BPMN Spec - a tool to write tests for BPMN workflows on run them on Zeebe
- Zeebe Performance Benchmarking / Tuning Tool - a performance benchmarking and tuning spreadsheet from Camunda Consultant Falko Menge.
- Zeebe Worker Java Testutils - Utilities to test Zeebe workers implemented in Java
Others
Other Camunda Platform 8 & Zeebe related applications
- Helm Charts - Helm charts to deploy Zeebe to Kubernetes.
- Portainer Templates - Portainer templates to deploy Zeebe to Docker.
- zdb - Zeebe debug and inspection tool, allows to inspect the log and internal state of Zeebe.
- zeebe-worker-java-template - Minimal template for a Zeebe Java worker. This template adds only the bare minimum of dependencies.
- FEEL REPL - easily try FEEL expressions using the REPL (Read-Eval-Print-Loop) of the FEEL Scala engine.
Contributing
Please help us keep this list up to date! PRs welcome, follow our contribution guidelines.
License
To the extent possible under law, Zeebe has waived all copyright and related or neighboring rights to this work.