Skip to content

Commit

Permalink
add inngest to workflow orchestration
Browse files Browse the repository at this point in the history
  • Loading branch information
mfornos authored Jan 20, 2025
1 parent b0f6fcd commit 8125ef2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A curated list of Microservice Architecture related principles and technologies.
- [Capabilities](#capabilities)
- [API Gateways / Edge Services](#api-gateways--edge-services)
- [Configuration & Discovery](#configuration--discovery)
- [Coordination & Governance](#coordination--governance)
- [Workflow Orchestration](#workflow-orchestration)
- [Elasticity](#elasticity)
- [Job Schedulers / Workload Automation](#job-schedulers--workload-automation)
- [Logging](#logging)
Expand Down Expand Up @@ -325,11 +325,12 @@ A curated list of Microservice Architecture related principles and technologies.
- [Spring Cloud Config](http://cloud.spring.io/spring-cloud-config/) - Provides server and client-side support for externalized configuration in a distributed system.
- [ZooKeeper](https://zookeeper.apache.org/) - Open source server which enables highly reliable distributed coordination.

### Coordination & Governance
### Workflow Orchestration

- [AWS Step Functions (c)](https://aws.amazon.com/step-functions/) - Coordinate the components of distributed applications and microservices using visual workflows.
- [Cadence](https://cadenceworkflow.io/) - Fault-oblivious stateful code platform.
- [Conductor](https://github.com/Netflix/conductor) - A microservices orchestration engine.
- [Inngest](https://github.com/inngest/inngest) - Durable functions for reliable background logic, from background jobs to complex workflows.
- [Kestra](https://github.com/kestra-io/kestra) - Open source microservices event-driven, language-agnostic orchestration and scheduling platform.
- [Temporal](https://github.com/temporalio/temporal) - Open source microservices orchestration platform for running mission critical code at any scale.
- [Zeebe](https://camunda.com/platform/zeebe/) - Define, orchestrate, and monitor business processes across microservices.
Expand Down

0 comments on commit 8125ef2

Please sign in to comment.