PgQue provides a zero-bloat, durable event stream and queueing system built directly within Postgres.
This project offers a shared event log with independent consumer cursors, designed to prevent bloat even under sustained load. Installing it involves just one SQL file, and it uses `pg_cron` or `pg_timetable` for ticking. It runs entirely on pure SQL and PL/pgSQL, supporting any Postgres 14+ instance without requiring external daemons.
PgQue provides a zero-bloat, durable event stream and queueing system built directly within Postgres.
Teams needing a high-throughput, durable event stream or message queue directly inside Postgres, especially those who prefer a Kafka-like log model over traditional task queues.