A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.
-
Updated
Nov 12, 2025 - TypeScript
A library to implement the transactional outbox pattern for PostgreSQL, a message broker or event stream, and TypeScript.
Example NestJS repo with Prisma, DDD concepts, unit of work, transactional outbox
Transactional outbox pattern for node and mongodb
Transactional outbox pattern with Node.js and Debezium
This is a sample project that implements the transactional outbox pattern for microservices running in a k8s cluster, using MongoDB and Google Pub Sub
BitPay App (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for IOS/Android.
Generic transactional outbox event processor with graceful shutdown and horizontal scalability
Transactional outbox pattern implementation for reliable event publishing from PostgreSQL to Redis Streams. Solves the dual-write problem in distributed systems with exactly-once delivery guarantees, horizontal scaling via SELECT FOR UPDATE SKIP LOCKED, and instant processing through PostgreSQL NOTIFY/LISTEN.
Add a description, image, and links to the transactional-outbox topic page so that developers can more easily learn about it.
To associate your repository with the transactional-outbox topic, visit your repo's landing page and select "manage topics."