SaaSHub helps you find the best software and product alternatives Learn more →
Pgmq Alternatives
Similar projects and alternatives to pgmq
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
windmill
Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
-
FLiPStackWeekly
FLaNK AI Weekly covering Apache NiFi, Apache Flink, Apache Kafka, Apache Spark, Apache Iceberg, Apache Ozone, Apache Pulsar, and more...
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
worker
High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)
-
-
-
-
-
-
CML_AMP_Intelligent-QA-Chatbot-with-NiFi-Pinecone-and-Llama2
The prototype deploys an Application in CML using a Llama2 model from Hugging Face to answer questions augmented with knowledge extracted from the website. This prototype introduces Pinecone as a database for storing vectors for semantic search.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pgmq discussion
pgmq reviews and mentions
- Ask HN: What's your go-to message queue in 2025?
-
An Introduction to Solid Queue for Ruby on Rails
I like this approach but seems a great opportunity to use the pgmq library: https://github.com/pgmq/pgmq
Here's a neat project built on top of supabase deno edge functions, but a similar thing could be done in other stacks:
https://www.pgflow.dev
Played with it a bit and it's very promissing.
-
Show HN: PgQueuer – Transform Your PostgreSQL into a Powerful Job Queue
What I like about https://github.com/tembo-io/pgmq is that it can be used with any programming language and does not require any background workers or running a binary in addition to postgres.
-
Show HN: An SQS Alternative on Postgres
you can send or read a single message at a time or as many as you want in a batch.
https://github.com/tembo-io/pgmq?tab=readme-ov-file#read-mes...
- Pgmq: Lightweight message queue extension for Postgres
- Replace SQS / RSMQ with pgmq: A lightweight message queue based on Postgres
-
Introducing pgzx: create PostgreSQL extensions using Zig
And lots of interesting extensions use it, like
https://github.com/tembo-io/pgmq
https://github.com/zombodb/zombodb
https://github.com/supabase/pg_jsonschema
-
Show HN: Hatchet – Open-source distributed task queue
Have you considered https://github.com/tembo-io/pgmq for the queue bit?
-
Postgres as Queue
some notes about pgmq, https://github.com/tembo-io/pgmq, that is on this list. It is built as an extension in Postgres, which makes it compatible with all languages that have a Postgres driver.
There's no 'magic' to it, it uses existing Postgres features so all the performance and consistency guarantees of Postgres are to be expected. Easily gets to 10k+ concurrent reads and writes even on smaller sized Postgres instances, which is more than most applications need.
-
A note from our sponsor - SaaSHub
www.saashub.com | 23 May 2025
Stats
pgmq/pgmq is an open source project licensed under PostgreSQL License which is an OSI approved license.
The primary programming language of pgmq is PLpgSQL.