saga-pattern
There are 253 repositories under saga-pattern topic.
Azure-Samples/saga-orchestration-serverless
An orchestration-based saga implementation reference in a serverless architecture
mizrael/OpenSleigh
OpenSleigh is a Saga management library for .NET Core.
berndruecker/trip-booking-saga-java
Example implementation of the Saga pattern for the classic trip booking example using the lightweight open source workflow engine (Camunda).
lysu/go-saga
Implements saga-pattern in Go, another way to distribute transaction.
VladKopanev/zio-saga
Purely Functional Transaction Management In Scala With ZIO
NitorCreations/nflow
Embeddable JVM-based workflow engine with high availability, fault tolerance, and support for multiple databases. Additional libraries are provided for visualization and REST API.
Dasync/Dasync
Every developer deserves the right of creating microservices without using any framework 🤍
sam-goodwin/eventual
Build scalable and durable micro-services with APIs, Messaging and Workflows
Elders/Cronus
Cronus is a lightweight framework for building event driven systems with DDD/CQRS in mind
itimofeev/go-saga
Go lang implementation of saga pattern
aws-samples/aws-step-functions-long-lived-transactions
Deal with the complexities of dealing with a long lived transaction across distributed components in your microservices architecture using AWS Step Functions.
VladKopanev/cats-saga
Purely Functional Transaction Management In Scala With Cats
wework/grabbit
A lightweight transactional message bus on top of RabbitMQ
uuhnaut69/saga-pattern-microservices
Demo saga pattern, outbox pattern using Spring Boot, Debezium, Kafka, Kafka Connect
zhongxunking/bekit
bekit框架致力于解决在应用开发中的公共性痛点,已有“事件总线”、“流程引擎”、“服务引擎”。其中“流程引擎”可作为分布式事务解决方案saga模式的一种实现,并且它很轻量不需要服务端、不需要配置,就可直接使用。
quyvu01/Anemoi_Open
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!
nomisRev/Saga
Saga pattern implementation in Kotlin build in top of Kotlin's Coroutines.
davydovanton/novel
Orchestration SAGA builder for ruby
pperaltaisern/go-example-financing
CQRS and event sourcing example in go
Armando1514/Event-Driven-Microservices-Advanced
Event-Driven Architecture for a microservices-based system with a clean architecture + Domain Driven Design (DDD) + CQRS pattern + Saga pattern + Outbox pattern + CDC.
stidsborg/Cleipnir.Flows
Simply making fault tolerant code simple
joumenharzli/saga-pattern-nodejs-aws
An implementation of Saga pattern for distributed transactions with NodeJS and AWS
stidsborg/Cleipnir.ResilientFunctions
Implement resilient .NET code using ordinary functions & actions
hifly81/saga-pattern-demo
Saga Pattern Showcase - Choreography implementation with quarkus, debezium, elastic search - Orchestrator with ksqlDB
OlexiyKramarenko/CQRS-ES-Microservices
React, Redux, ASP.NET Core Web API, RabbitMQ, MassTransit, Entity Framework, MongoDB
orangeloop/sagas
.NET implementation of the UnitOfWork pattern using IDbTransaction and Sagas for orchestrating cross-domain transactions.
victoramsantos/saga-pattern-example
A Saga Pattern implementation with Kafka, MongoDb and Python.
roelzkie15/python-microservices-patterns
Example Microservices patterns using Python
fedeoliv/microservices-transactions
Choreography-based sagas to maintain data consistency in a microservice architecture.
redhat-italy/rht-summit2019-saga
Saga Pattern implementations
Sefikcan/Saga.Orchestration
This project was created to establish a sample infrastructure for saga orchestration.
grumpitect/SAGA
A Distributed Transaction Library based on Node.js and MongoDB
mnguyen081002/go-saga-example
Implements Orchestration saga pattern in Go with docker compose and dtm
holunda-io/axon-camunda
Axon Saga equivalent using Camunda BPM
Armando1514/spring-boot-microservices
Microservices oriented project, based on a famous udemy course. Restructured and updated with new dependencies and new version of spring.