Welcome to the Zizq docs.
Zizq is a simple, zero dependency, single-binary job queue system that is both fast and durable.
Jobs can be enqueued and processed in any language across your entire stack, with a simple HTTP API under the hood. Unlike other queue systems, Zizq provides its own durable storage through a built-in LSM-tree database and does not require arbitrary deadlines on features like job uniqueness.
Read first
Getting Started
Quick start, core concepts, and use cases.
Read more →Reference
Command Line
Complete reference for the zizq command.
Integrate
Client Libraries
Documentation for our official client libraries.
Read more →No client? No problem
Use the HTTP API directly.
Zizq’s HTTP/1.1 and HTTP/2 API is easy to use out of the box from any language with an HTTP client — even a humble little shell pipeline.
Support
Need help?
Zizq is a source-available project. Community support is provided through GitHub. If you have a Pro license, support is also available directly via email.
Ruby
Rust