There are 2 repositories under outbox topic.
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
Sample using micro services in .NET Core 3.1 Focusing on clean code
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
Transactional outbox harvester for Postgres → Kafka, written in Go
The back-end part of an accounting tool based on Flutter and Gin's front-end separation
Outbox and Inbox Pattern in .NET (scalability & fault tolerance). Ensures eventual consistency between services. (microservices, event-driven architecture, message streaming)
Sample Spring Cloud microservices e-shop.
AMQP library to publish and consume events
Facilitates simple durable and asynchronous messaging in dotnet apps.
Event-driven architecture (Transactional outbox, Inbox, and Saga patterns) on the modern stack of Java technologies.
A broker agnostic implementation of outbox and other message resilience patterns for Django apps.
Spring Cloud Stream Transactional Messaging Extension
Message and Job Storage with Outbox Design Pattern
A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.
Lightweight Reliable Messaging Framework using Outbox Pattern / EFCore / AzureServiceBus
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).
Let's build a resilient systems with chaos engineering
A stateless app to read events from MySQL binlog and write on Kafka using the Transactional Outbox Pattern.
Online shop with clean architecture.
An example of the transactional outbox pattern using Java, SQL, SNS and SQS.
A sample implementation of the Outbox Pattern for microservice architectures.
POC for a logistics domain application.
POC de uma aplicação de domínio de transação que implementa o Transactional outbox.
Transactional outbox pattern with Node.js and Debezium
Outbox pattern implementation in Python