1 link tagged with all of: sql + postgres + pg-cron + queue + event-stream
Links
PgQue is a pure SQL/PLpgSQL event queue for Postgres 14+ that delivers durable, Kafka-style streams without dead tuples or external daemons. It uses snapshot-based batching and TRUNCATE-driven table rotation for stable performance under sustained load. A pg_cron (or any scheduler) ticker drives 1–2 second end-to-end delivery.
postgres ✓
queue ✓
event-stream ✓
sql ✓
pg-cron ✓