All Projects → pgq → pgq

pgq / pgq

Licence: other
Generic Queue for PostgreSQL

Programming Languages

PLpgSQL
1095 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pgq

Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (-51.49%)
Mutual labels:  queue
think-async
🌿 Exploring cooperative concurrency primitives in Python
Stars: ✭ 178 (+32.84%)
Mutual labels:  queue
arcus.messaging
Messaging with Microsoft Azure in a breeze.
Stars: ✭ 20 (-85.07%)
Mutual labels:  queue
taskqueues.com
A list of distributed task queueing software.
Stars: ✭ 25 (-81.34%)
Mutual labels:  queue
sdmq
is a simple delay message queue, based on redis and kotlin
Stars: ✭ 31 (-76.87%)
Mutual labels:  queue
zmq
ZeroMQ based distributed patterns
Stars: ✭ 27 (-79.85%)
Mutual labels:  queue
deque
JavaScript implementation of a double-ended queue
Stars: ✭ 17 (-87.31%)
Mutual labels:  queue
collections
📝 Collections library made in TypeScript
Stars: ✭ 14 (-89.55%)
Mutual labels:  queue
rearq
A distributed task queue built with asyncio and redis, with built-in web interface
Stars: ✭ 81 (-39.55%)
Mutual labels:  queue
QueueBundle
QueueBundle for Symfony Framework
Stars: ✭ 40 (-70.15%)
Mutual labels:  queue
joobq
JoobQ is a fast, efficient asynchronous reliable job queue and job scheduler library processing. Jobs are submitted to a job queue, where they reside until they are able to be scheduled to run in a computing environment.
Stars: ✭ 26 (-80.6%)
Mutual labels:  queue
DEPRECATED-data-structures
A collection of powerful data structures
Stars: ✭ 2,648 (+1876.12%)
Mutual labels:  queue
Fortress-of-Solitude
This Library has resources to solve common data structure algorithm problems like a Doubly linked list, Generic trees, Queue, Stack, and other algorithms. Each lib has an option to carry your custom data in elements. Custom data in detail, other fantastic resources.
Stars: ✭ 53 (-60.45%)
Mutual labels:  queue
spinach
Modern Redis task queue for Python 3
Stars: ✭ 46 (-65.67%)
Mutual labels:  queue
express-bull-es6
An example setup with docker-compose, Redis, bull queue and ES6.
Stars: ✭ 67 (-50%)
Mutual labels:  queue
fastrq
Queue, Stack and Priority Queue built on Redis.
Stars: ✭ 15 (-88.81%)
Mutual labels:  queue
node-svmq
Native System V message queues in Node.js
Stars: ✭ 16 (-88.06%)
Mutual labels:  queue
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (-67.16%)
Mutual labels:  queue
Algorithm-Data-Structures-Python
Various useful data structures in Python
Stars: ✭ 34 (-74.63%)
Mutual labels:  queue
PySiQ
A Python Simple Queue system for your apps
Stars: ✭ 23 (-82.84%)
Mutual labels:  queue

Generic Queue for PostgreSQL

PgQ is PostgreSQL extension that provides generic, high-performance lockless queue with simple API based on SQL functions.

Supported PostgreSQL versions: 9.3+ Deprecated but might work: 8.4+

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].