Pg_tier Alternatives
Similar projects and alternatives to pg_tier
-
worker
High performance Node.js/PostgreSQL job queue (also suitable for getting jobs generated by PostgreSQL triggers/functions out into a different work queue)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
pg_tier discussion
pg_tier reviews and mentions
-
Show HN: An SQS Alternative on Postgres
pgmq.archive() gives us an API to retain messages on your queue, its an alternative to pgmq.delete(). For me as a long-time Redis user, message retention was always important and was always extra work to implement.
DLQ isn't a built-in feature to PGMQ yet. We run PGMQ our SaaS at Tembo.io, and the way we implement the DLQ is by checking the message's read_ct value. When it exceeds some value, we send the message to another queue rather than processing it. Successfully processed messages end up getting pgmq.archive()'d.
Soon, we will be integrating https://github.com/tembo-io/pg_tier into pgmq so that the archive table is put directly into cloud storage/S3.
- Pg_tier: Postgres Extension to enable data tiering to AWS S3
Stats
tembo-io/pg_tier is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of pg_tier is PLpgSQL.