transactional-outbox-pattern
There are 28 repositories under transactional-outbox-pattern topic.
Azure-Samples/transactional-outbox-pattern
An implementation of the Transactional Outbox Pattern with Cosmos DB
josephnhtam/vsp-youtube-clone-microservices
A YouTube Clone microservices application built with .NET 7 and Angular 14.
allousas/team-management-microservice
Team management service is a production ready and fully tested service that can be used as a template for a microservices development.
AdemCatamak/MessageStorage
Message and Job Storage with Outbox Design 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).
hyzyla/outbox-streaming
Library that implements transactional outbox pattern in Python
nebarf/nodejs-outbox
Transactional outbox pattern with Node.js and Debezium
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
ioannisioannou16/transactional-outbox
An example of the transactional outbox pattern using Java, SQL, SNS and SQS.
cajuncoding/SqlAppLockHelper
An ultra lightweight API for robust Distributed Application Mutex/Locking capabilities leveraging SQL Server. The API provides a set of easy to use custom extensions for the SqlClient libraries (e.g. Microsoft.Data.SqlClient or System.Data.SqlClient) that provide robust distributed application mutex/locking support via the sp_getapplock & sp_releaseapplock stored procedures.
nmertaydin/transactional-outbox-in-action
This is a tryout I prepared to demonstrate the transactional outbox pattern / approach using Kotlin, Spring Boot, Maxwell, Kafka and Python.
dominioncfg/transactional-outbox-demo
Reference application using the Unit Of Work and Transactional Outbox patterns together in C# to guarantee at-least-one message delivery. Uses MassTransit and Ef Core.
jonasrutishauser/transactional-event
Transactional Event Library for JEE (outbox pattern)
misoft-pro/demo-spring-webflux-transactional-outbox
This repository implements the Transactional Outbox pattern for a Spring Boot app with R2DBC
PeterKneale/transactional_outbox
demo of transactional outbox
firminochangani/golang-rabbitmq-transactional-outbox-pattern
Transactional Outbox Pattern in Go and RabbitMQ - Event-driven Architecture
Milan-Kovacevic/distributed-microservice-transactions
Demo project that showcase various methods for implementing transactions in microservice environment
mtamme/spring-boot-ddd-sample
Spring Boot DDD Sample
shaikrasheed99/kotlin-ecommerce-microservices
Ecommerce Microservices application in Kotlin.
Amit-Chavda/transactional-outbox-pattern
Sample for transactional outbox pattern
bruce-mig/event-driven-movr
Event-driven system leveraging transactional-outbox design pattern, CockroachDB’s Change Data Capture (CDC), and event streaming with Apache Kafka (KRaft mode) for reliability, scalability, and consistency
joaofbantunes/outboxkit-go-poc
Starting to experiment with a port of OutboxKit to Go
jokk-itu/MassTransit-Outbox-Sample
Testing the new Transactional Outbox from the MassTransit framework.
Kharzixen/Memorio
Memorio is a social media-like application where users can create posts, follow other users, and check their posts. The main feature of Memorio is to enable users to create public and private shared galleries, where they can add other users and upload common memories like hiking trips and more.
namigaliyev/transactional-outbox
Transactional outbox pattern with debezium
QuangTung97/eventd
Library for Transactional Outbox Pattern
shubhamv108/spring-boot-server-sent-events
Simple application to demonstrate server sent events using Spring Boot.