1
0
mirror of https://github.com/dhamaniasad/awesome-postgres.git synced 2025-11-23 22:47:16 +02:00

Add river

https://github.com/riverqueue/river
This commit is contained in:
Kaarel Moppel
2025-05-06 16:23:15 +03:00
parent 7ad543220c
commit 04fad7f4a3

View File

@@ -179,6 +179,7 @@
### Work Queues
* [BeanQueue](https://github.com/LaunchPlatform/bq) - A Python work queue framework based on SKIP LOCKED, LISTEN and NOTIFY
* [pgmq](https://github.com/pgmq/pgmq) - A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
* [river](https://github.com/riverqueue/river) - A high-performance job processing system for Go and Postgres.
### Optimization
* [EverSQL](https://www.eversql.com/) - Automated query optimization tool, monitoring and analysis tool, indexing recommendation tool. (Commercial Software)