Category

Process Orchestration

All Camunda blog posts tagged with Process Orchestration.

Yet Another License (YAL)? Why We Created The Zeebe Community License

In early July, 2019, I sat down with Daniel Meyer, Camunda CTO and Zeebe Committer #0, to talk about the new Zeebe Community License. This is the transcript of that conversation. Josh Wulf: We have a change to the licensing for Zeebe – probably, people are going to be interested to know more about that. I know you’ve done a lot of work on it – you’ve been speaking with British lawyers most recently about it. Maybe you can give a bit of background on the thinking behind that. Daniel Meyer: Right, of course – happy to. And let’s maybe start by just reflecting on the tremendous journey that open source had over the last twenty years plus. So, I…

By Josh Wulf

Zeebe: Workflow Reinvented for Microservices and the Cloud (From Idea To Production Readiness)

Last Wednesday, July 17, we announced the first production ready release of Zeebe, Camunda’s new cloud-native workflow engine for microservices orchestration. Zeebe is a new code base, written from scratch, putting forward a completely new way of architecting workflow engines for microservices and distributed systems. This blog post is a quick overview of why and how we did that.

By Daniel Meyer

Announcing Zeebe 0.20.0: From Developer Preview To Production Ready

After more than two years of development, we’re excited to announce the release of Zeebe 0.20.0. This is the first release where we’ve removed the “developer preview” label from Zeebe and are designating Zeebe as “production ready”. It’s a major milestone for the project. In 2017, we created a dedicated team at Camunda with a vision to build a new workflow engine for high-performance applications running on modern, cloud-native software architectures. With Zeebe 0.20.0, we’ve taken a big step toward fulfilling that vision.

By Camunda Cloud Team

Introducing the Zeebe Community License v1.0

Today, we released Zeebe 0.20.0, and we’re really excited about this release. It’s a milestone for the project and the first time we’re removing the “developer preview” label from Zeebe and designating it “production ready”. You can learn more about Zeebe 0.20.0 here. Along with production readiness, there’s another important update with this release: with Zeebe 0.20.0, we’re introducing the Zeebe Community License v1.0. We decided to make this license change early in the Zeebe journey before we had already reached a “production-ready” state so that users can take applications into production with an understanding of our vision for Zeebe from both a technical and licensing standpoint.

By Daniel Meyer

Writing a Zeebe Exporter – Part Two

In Part One, we built a minimal exporter, and learned about the exporter life-cycle methods. In this blog post, we will walk through building a Zeebe exporter for the Event Store database, an open source database for storing event streams. The complete source code for this example is available on GitHub. As well, there is a compiled version, along with a docker-compose configuration for it on the 0.18 branch of the zeebe-docker-compose repo. This exporter is based on the Simple Monitor exporter. The Simple Monitor exporter exports to an H2 database via JDBC. The exporter we are going to write uses REST to export to Event Store. We’ll use the same patterns for configuration, but we have less configuration, and…

By Josh Wulf

Try All Features of Camunda