Skip to content

camunda-community-hub/awesome-camunda-platform-8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awesome Camunda Platform 8

Awesome Contribute


Camunda Platform 8    Code of Conduct    Contributing

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

Awesome Projects

Clients and Programming Framework Integrations

Client libraries to interact with Camunda Platform 8 and Zeebe

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.

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.

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.

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

Others

Other Camunda Platform 8 & Zeebe related applications

Contributing

Please help us keep this list up to date! PRs welcome, follow our contribution guidelines.

License

CC0

To the extent possible under law, Zeebe has waived all copyright and related or neighboring rights to this work.