Dmitry-Erokhin / zq

MIT License
0 stars 0 forks source link

ZQ

ZQ – is a multi-producer-single-consumer durable queue based on the PostgreSQL. All operations are performed by calling stored procedures, so it is a reasonable choice if you already have a PostgreSQL in your zoo and need a simple queue solution.

Inspired by pgq.

Way of work

In nutshell work with queue (after it was created) is as simple as:

PostgresSQL API

Queues management

Data management

Batch management