outbox-pattern
There are 133 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.
adimiko/TransactionalBox
Outbox and Inbox Pattern in .NET (scalability & fault tolerance). Ensures eventual consistency between services. (microservices, event-driven architecture, message streaming)
suadev/microservices-change-data-capture-with-debezium
Microservices data exchange with change data capture and outbox pattern.
uuhnaut69/saga-pattern-microservices
Demo saga pattern, outbox pattern using Spring Boot, Debezium, Kafka, Kafka Connect
mspnp/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
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.
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
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.
pkritiotis/go-outbox
Outbox Pattern implementation in go
ngoctrng/golang-outbox-example
Example outbox pattern implement in Golang
AdemCatamak/MessageStorage
Message and Job Storage with Outbox Design Pattern
arslanaybars/Ayb.Debezium.Ticket
.NET framework based implementation of the Outbox Pattern using Apache Kafka and Debezium.
Zehelein/pg-transactional-outbox
A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.
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).
hyzyla/outbox-streaming
Library that implements transactional outbox pattern in Python
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.
Trendyol/PollingOutboxPublisher
Outbox implementation for Kafka with Couchbase, MSSQL and PostgreSQL.
hugobrilhante/django-outbox-pattern-usage
This repository demonstrates the Outbox Pattern in microservices, leveraging the Django Outbox Pattern library developed at @juntossomosmais.
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.
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
arturlaskowski/bigos-app
The aim of this project is to show a sample implementation of the hexagonal architecture, saga pattern, and outbox pattern.
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.
lorenzoranucci/tor
A stateless app to read events from MySQL binlog and write on Kafka using the Transactional Outbox Pattern.
tugayesilyurt/spring-embedded-debezium-kafka-inbox-outbox-pattern
Saga Distributed Transaction Pattern - Spring boot + embedded debezium + kafka + inbox-outbox pattern
guil95/outbox
Outbox pattern with golang
abuzaforfagun/Invoice.Microservices.ThirdPartyAPIIntegration
Scaleable fault tolerance microservices to communicate third party API
ioannisioannou16/transactional-outbox
An example of the transactional outbox pattern using Java, SQL, SNS and SQS.
kamal-github/outbox
Outbox is an Golang implementaion for outbox worker pattern for atomically and reliabliy publishing events to Messsaging systems.
thegoncalomartins/outbox-inbox-patterns
Repository to support the article "Building a Knowledge Base Service With Neo4j, Kafka, and the Outbox Pattern"
benchiverton/OutboxPatternDemo
Outbox Pattern and Duplicate Message Handlers in C#
CristianoRC/Outbox-Pattern
Documentação com exemplos na prática de como funciona o Outbox Pattern em microsserviço