Skip to content

Commit 46e080b

Browse files
fangpenlinkmoppel
authored andcommitted
Add BeanQueue
1 parent c64e47a commit 46e080b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@
175175
* [PostgresML](https://postgresml.org/) - Machine learning and AI inside your database, including vectors, LLMs, and classic ML. Train, predict and manage the entire lifecycle of machine learning models using only SQL.
176176
* [ParadeDB](https://github.com/paradedb/paradedb) - Postgres for Search and Analytics
177177

178+
### Work Queues
179+
* [BeanQueue](https://github.com/LaunchPlatform/bq) - A lightweight Python work queue framework based on [SQLAlchemy](https://www.sqlalchemy.org/), PostgreSQL [SKIP LOCKED queries](https://www.2ndquadrant.com/en/blog/what-is-select-skip-locked-for-in-postgresql-9-5/) and [NOTIFY](https://www.postgresql.org/docs/current/sql-notify.html) / [LISTEN](https://www.postgresql.org/docs/current/sql-listen.html) statements
180+
178181
### Optimization
179182
* [EverSQL](https://www.eversql.com/) - Automated query optimization tool, monitoring and analysis tool, indexing recommendation tool. (Commercial Software)
180183
* [PEV2](https://github.com/dalibo/pev2) - Online Postgres Explain Visualizer.

0 commit comments

Comments
 (0)