transactional-outbox

There are 44 repositories under transactional-outbox topic.

  • auctions-microservice

    Language:Kotlin1
  • transactional-outbox-pattern

    An implementation of the Transactional Outbox Pattern with Cosmos DB

    Language:C#75
  • event-driven-architecture

    Event-driven architecture (Transactional outbox, Inbox, and Saga patterns) on the modern stack of Java technologies.

    Language:Kotlin41
  • active_outbox

    A Transactional Outbox implementation for Rails and ActiveRecord

    Language:Ruby27
  • pg-transactional-outbox

    pg-transactional-outbox

    A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.

    Language:TypeScript21
  • MessageStorage

    Message and Job Storage with Outbox Design Pattern

    Language:C#21
  • nestjs-ddd

    Example NestJS repo with Prisma, DDD concepts, unit of work, transactional outbox

    Language:TypeScript20
  • golang-outbox-example

    Example outbox pattern implement in Golang

    Language:Go20
  • service-outbox

    Transactional outbox pattern for node and mongodb

    Language:TypeScript19
  • outbox-streaming

    Library that implements transactional outbox pattern in Python

    Language:Python17
  • 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).

    Language:C#17
  • saga-orchestration-go

    Microservices Golang Saga Orchestration - Use Case using Transactional Outbox + Change Data Capture with Debezium

    Language:Go16
  • EventHub

    A RESTful API server for the application about managing, hosting events and selling their tickes. Implementing Clean Architecture, DDD, CQRS, Repository, Unit of Work Patterns, Caching with Redis and Decorator Pattern, Idempotency and Outbox Pattern, Real-time Chat and Notification.

    Language:C#13
  • saga-orchestration

    Microservices Java/Spring-Boot Saga Orchestration - Use Case using Transactional Outbox + Change Data Capture with Debezium

    Language:Java12
  • meetups-microservice

    Meetups microservice, applying tactical DDD building blocks and in a real example.

    Language:Kotlin12
  • tor

    A stateless app to read events from MySQL binlog and write on Kafka using the Transactional Outbox Pattern.

    Language:Go11
  • transactional-outbox-pattern-with-mongodb

    This is a sample project that implements the transactional outbox pattern for microservices running in a k8s cluster, using MongoDB and Google Pub Sub

    Language:TypeScript11
  • transactional-outbox

    An example of the transactional outbox pattern using Java, SQL, SNS and SQS.

    Language:Java9
  • postgres-cdc

    A small library to capture data changes in PostgreSQL database (CDC). Useful for implementing transactional outbox pattern.

    Language:Java8
  • trabox

    Transactional outbox pattern for Rails

    Language:Ruby8
  • 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.

    Language:C#6
  • transactional-outbox

    POC de uma aplicação de domínio de transação que implementa o Transactional outbox.

    Language:Kotlin5
  • outboxen

    Library to reduce boilerplate when implementing the transactional outbox pattern in Go

    Language:Go5
  • 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.

    Language:Kotlin5
  • nodejs-outbox

    Transactional outbox pattern with Node.js and Debezium

    Language:TypeScript4
  • FB.TransactionalOutbox

    A sample Transactional Outbox Pattern implementation written with .NET Core.

    Language:C#4
  • transactional-ob-pattern

    Transactional Outbox Pattern with Azure Cosmos DB

    Language:C#3
  • eventx

    Transactional Outbox with Total Ordered Events

    Language:Go3
  • outbox

    使用Go语言实现最终一致性的微服务分布式事务解决方案

    Language:Go3
  • transactional-outbox

    Demo application implementing Transactional Outbox pattern with Spring Boot, PostgreSQL and Kafka

    Language:Java1
  • Sstv.Outbox

    Implementation of transactional outbox pattern

    Language:C#1
  • txob

    Generic transactional outbox event processor with graceful shutdown and horizontal scalability

    Language:TypeScript1
  • transactional-messaging-patterns-with-aws-dynamodb-streams-sns-sqs-lambda

    Complete example of implementing microservice Tranasctional Messaging patterns - Idempotent Consumer, Tranasctional Outbox, Transaction Log Tailing, and Unit of Work using AWS DynamoDB Streams, SNS, SQS, and Lambda.

    Language:Python1
  • transactional_outbox

    demo of transactional outbox

    Language:C#1