From d9f69f99a67022e0cf7f84bf2dfeecab21c1cdd9 Mon Sep 17 00:00:00 2001 From: heldev Date: Sat, 22 May 2021 19:54:23 -0400 Subject: [PATCH] Add workflow engines section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3fd3f93..bb471eb 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Version Managers](#version-managers) - [Web Crawling](#web-crawling) - [Web Frameworks](#web-frameworks) + - [Workflow Orchestration Engines](#workflow-orchestration-engines) - [Resources](#resources) - [Awesome Lists](#awesome-lists) - [Communities](#communities) @@ -1113,6 +1114,11 @@ _Frameworks that handle the communication between the layers of a web applicatio - [Takes](https://github.com/yegor256/takes) - Opinionated web framework which is built around the concepts of True Object-Oriented Programming and immutability. - [Vaadin](https://vaadin.com) - Event-driven framework that uses standard web components. Server-side architecture with Ajax on the client side. +### Workflow Orchestration Engines + +- [Cadence](https://cadenceworkflow.io) - Stateful code platform from Uber. +- [Temporal](https://temporal.io) - Microservice orchestration platform, forked from Cadence but gRPC based. + ## Resources ### Awesome Lists