outbox
There are 65 repositories under outbox topic.
dtm-labs/dtm
A distributed transaction framework, supports workflow, saga, tcc, xa, 2-phase message, outbox patterns, supports many languages.
thangchung/clean-architecture-dotnet
🕸 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 🍻
madslundt/NetCoreMicroservicesSample
Sample using micro services in .NET Core 3.1 Focusing on clean code
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
obsidiandynamics/goharvest
Transactional outbox harvester for Postgres → Kafka, written in Go
Kuper-Tech/sbmt-outbox
Transactional outbox pattern
ZiRunHua/LeapLedger
The back-end part of an accounting tool based on Flutter and Gin's front-end separation
adimiko/TransactionalBox
Outbox and Inbox Pattern in .NET (scalability & fault tolerance). Ensures eventual consistency between services. (microservices, event-driven architecture, message streaming)
wework/grabbit
A lightweight transactional message bus on top of RabbitMQ
hdimitrieski/e-shop
Sample Spring Cloud microservices e-shop.
pmorelli92/bunnify
AMQP library to publish and consume events
Timmoth/AsyncMonolith
Facilitates simple durable and asynchronous messaging in dotnet apps.
rkudryashov/event-driven-architecture
Event-driven architecture (Transactional outbox, Inbox, and Saga patterns) on the modern stack of Java technologies.
Kuper-Tech/sbmt-kafka_producer
Ruby gem for producing Kafka messages
loadsmart/django-jaiminho
A broker agnostic implementation of outbox and other message resilience patterns for Django apps.
Kuper-Tech/sbmt-kafka_consumer
Ruby gem for consuming Kafka messages
dilaverdemirel/spring-cloud-stream-outbox-extension
Spring Cloud Stream Transactional Messaging Extension
AdemCatamak/MessageStorage
Message and Job Storage with Outbox Design Pattern
Zehelein/pg-transactional-outbox
A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.
cfrenzel/Eventfully
Lightweight Reliable Messaging Framework using Outbox Pattern / EFCore / AzureServiceBus
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).
namkyu1999/kubecon-cn-2024-chaos-engineering
Let's build a resilient systems with chaos engineering
lorenzoranucci/tor
A stateless app to read events from MySQL binlog and write on Kafka using the Transactional Outbox Pattern.
Yuno-obsessed/order-service-clean-architecture
Online shop with clean architecture.
guil95/outbox
Outbox pattern with golang
guocaoyi/IconPub
IconPub is an icon management platform(IconFont、Chrome Extension for migraton、Docker Images、Private deployment)! 🎉 矢量图标管理平台(字体图标、浏览器迁移插件、自定义存储桶、私有化部署)
ioannisioannou16/transactional-outbox
An example of the transactional outbox pattern using Java, SQL, SNS and SQS.
gustavofreze/cheap-delivery
POC for a logistics domain application.
gustavofreze/transactional-outbox
POC de uma aplicação de domínio de transação que implementa o Transactional outbox.
rhinof/grabbit
A lightweight transactional message bus on top of RabbitMQ
vincenzocorso/spring-outbox-example
A sample implementation of the Outbox Pattern for microservice architectures.
vsvp21/outbox
Transactional outbox based on polling publisher for PostgreSQL.
omaskery/outboxen
Library to reduce boilerplate when implementing the transactional outbox pattern in Go
nebarf/nodejs-outbox
Transactional outbox pattern with Node.js and Debezium
Smixi/python-outbox
Outbox pattern implementation in Python