Repository navigation

#

saga-pattern

An orchestration-based saga implementation reference in a serverless architecture

C#
398
3 年前

Example implementation of the Saga pattern for the classic trip booking example using the lightweight open source workflow engine (Camunda).

Java
311
3 年前

Implements saga-pattern in Go, another way to distribute transaction.

Go
247
5 年前

Purely Functional Transaction Management In Scala With ZIO

Scala
231
2 年前

Embeddable JVM-based workflow engine with high availability, fault tolerance, and support for multiple databases. Additional libraries are provided for visualization and REST API.

Java
212
3 天前

Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind

C#
173
17 天前

Go lang implementation of saga pattern

Go
163
8 个月前

Typescript DDD architecture for nest.js with saga, subdomains, clean architecture, domain model, aggregates, event-driven ⚡

TypeScript
143
3 个月前

Deal with the complexities of dealing with a long lived transaction across distributed components in your microservices architecture using AWS Step Functions.

Go
137
2 年前

Purely Functional Transaction Management In Scala With Cats

Scala
125
2 年前

A lightweight transactional message bus on top of RabbitMQ

Go
99
2 年前

bekit框架致力于解决在应用开发中的公共性痛点,已有“事件总线”、“流程引擎”、“服务引擎”。其中“流程引擎”可作为分布式事务解决方案saga模式的一种实现,并且它很轻量不需要服务端、不需要配置,就可直接使用。

Java
97
4 年前

Event-Driven Architecture for a microservices-based system with a clean architecture + Domain Driven Design (DDD) + CQRS pattern + Saga pattern + Outbox pattern + CDC.

Java
97
2 年前

This is the source which is the micro services article. It contains the CQRS, EDA, Saga... Especially, I'd like to introduce the news: Attribute-based mapping approach! Let explore the amazing and start with easy_access branch!

C#
82
3 个月前

Saga pattern implementation in Kotlin build in top of Kotlin's Coroutines.

Kotlin
64
10 个月前