pgdb-queue
JSON →pgdb-queue v1.1.2 is a lightweight, Kafka-style asynchronous message queue built on PostgreSQL, eliminating the need for Kafka, Redis, or additional infrastructure. It uses PostgreSQL's LISTEN/NOTIFY for efficient, zero-polling wake-ups after draining, and row-level locking with FOR UPDATE SKIP LOCKED for concurrency. The library is ideal for startups or small apps needing reliable background processing with minimal operational overhead. It ships TypeScript types and provides a simple producer/consumer API with automatic retries and FIFO ordering.
Traffic · last 30 days stale · no recent hits
total hits 12
actors 2 distinct systems
last hit 23d ago GPTBot
top countries 🇸🇬 Singapore · 🇺🇸 United States · 🇮🇳 India · VN
Resources
packagepgdb-queue ↗