Skip to content
#

outbox-pattern

Here are 15 public repositories matching this topic...

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.

  • Updated Oct 10, 2025
  • TypeScript

Improve this page

Add a description, image, and links to the outbox-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the outbox-pattern topic, visit your repo's landing page and select "manage topics."

Learn more