outbox-pattern
There are 181 repositories under outbox-pattern topic.
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
uuhnaut69/saga-pattern-microservices
Demo saga pattern, outbox pattern using Spring Boot, Debezium, Kafka, Kafka Connect
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.
adimiko/TransactionalBox
Outbox and Inbox Pattern in .NET (scalability & fault tolerance). Ensures eventual consistency between services. (microservices, event-driven architecture, message streaming)
oagudo/outbox
Lightweight library for the transactional outbox pattern in Go, not tied to any specific relational database or broker.
suadev/microservices-change-data-capture-with-debezium
Microservices data exchange with change data capture and outbox pattern.
Azure-Samples/transactional-outbox-pattern
An implementation of the Transactional Outbox Pattern with Cosmos DB
alicanli1995/clean-hexagonal-architecture-kafka-saga-outbox
Food Ordering Project with Clean and Hexagonal Architecture With Kafka Messaging System And Outbox Table
jbw/TooBigToFailBurgerShop
.NET Microservice Reference Application. It's also an over-engineered burger shop!
hifly81/saga-pattern-demo
Saga Pattern Showcase - Choreography implementation with quarkus, debezium, elastic search - Orchestrator with ksqlDB
pkritiotis/go-outbox
Outbox Pattern implementation in go
AleksK1NG/Transactional_Outbox_with_Spring_and_Kotlin
Kotlin-Spring-OutBox-Microservice
loadsmart/django-jaiminho
A broker agnostic implementation of outbox and other message resilience patterns for Django apps.
Zehelein/pg-transactional-outbox
A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.
Trendyol/PollingOutboxPublisher
Outbox implementation for Kafka with Couchbase, MSSQL and PostgreSQL.
ngoctrng/golang-outbox-example
Example outbox pattern implement in Golang
arslanaybars/Ayb.Debezium.Ticket
.NET framework based implementation of the Outbox Pattern using Apache Kafka and Debezium.
AdemCatamak/MessageStorage
Message and Job Storage with Outbox Design Pattern
mohamedelareeg/DomainDrivenERP
This repository is a project aimed at developing an ERP (Enterprise Resource Planning) Web API utilizing Domain Driven Design principles and Clean Architecture. It focuses on providing a scalable, maintainable, and organized codebase for efficiently managing enterprise resources.
arturlaskowski/bigos-app
The aim of this project is to show a sample implementation of the hexagonal architecture, saga pattern, and outbox pattern.
cajuncoding/SqlTransactionalOutbox
A lightweight library for implementing the Transactional Outbox pattern in .NET with default implementation in SQL Server & Azure Service Bus. Key benefits offered are support for running in Azure Functions serverless environments and support for enforcing FIFO ordering of processing & publishing even in horizontally scaled environments (e.g. serverless or load balanced).
mehdihadeli/spring-food-delivery-microservices
☕A practical and imaginary food delivery microservices, built with java, spring boot, domain-driven design, cqrs, vertical slice architecture, event-driven architecture, and the latest technologies.
hyzyla/outbox-streaming
Library that implements transactional outbox pattern in Python
ehsomma/ddd-cqrs-microservices
A working example of DDD with microservices, CQRS and Write and Read databases. This document contains comments about the decisions that we made to select architectures, guidelines, definitions, patterns and tools.
nebarf/nodejs-outbox
Transactional outbox pattern with Node.js and Debezium
Nikoo-Asadnejad/GenericRepository
This class library implements the Generic Repository Pattern for SQL Server databases. It supports both asynchronous and synchronous operations and is designed to offer a clean and efficient data access layer.
seralaci/dotnet-microservices-data-exchange-with-outbox-pattern-debezium
True Atomic Microservices Implementation with Debezium and Outbox Pattern to Ensure Data Consistency.
andresantarosa/Outboxer
A straightforward Outbox Pattern implementation library
devmentors/Messaging-Pragmatycznie
[PL] Projektuj, łącz, wdrażaj i skutecznie utrzymuj Messaging - Pragmatycznie. 🧠
hugobrilhante/django-outbox-pattern-usage
This repository demonstrates the Outbox Pattern in microservices, leveraging the Django Outbox Pattern library developed at @juntossomosmais.
Nestixis/nestjs-inbox-outbox
NestJS Inbox Outbox pattern implementation with extensible database drivers
mt89vein/BookLibrary
Proof of concept of library system for education purpose
tugayesilyurt/spring-embedded-debezium-kafka-inbox-outbox-pattern
Saga Distributed Transaction Pattern - Spring boot + embedded debezium + kafka + inbox-outbox pattern
lorenzoranucci/tor
A stateless app to read events from MySQL binlog and write on Kafka using the Transactional Outbox Pattern.
YakShaveFx/outboxkit
Toolkit to assist in implementing the transactional outbox pattern