Repository navigation

#

saga-pattern

An orchestration-based saga implementation reference in a serverless architecture

C#
400
3 年前

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

Java
314
3 年前

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

Go
248
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
216
3 个月前

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

C#
175
3 个月前

Go lang implementation of saga pattern

Go
168
1 年前

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

Go
140
2 年前

Purely Functional Transaction Management In Scala With Cats

Scala
125
2 年前

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

Java
123
2 年前

A lightweight transactional message bus on top of RabbitMQ

Go
100
2 年前

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

Java
97
1 个月前

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#
84
7 个月前

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

Kotlin
65
1 年前