DataQueueDataQueue

DataQueue Docs

Documentation for DataQueue, a lightweight job queue for Node.js/TypeScript projects, backed by PostgreSQL or Redis.

Welcome to the DataQueue docs! Start from the Introduction to learn more about DataQueue.

DataQueue supports PostgreSQL and Redis as storage backends. Choose the one that fits your stack -- the API is identical regardless of which backend you use.

Packages

PackageDescription
@nicnocquee/dataqueueCore job queue library (PostgreSQL & Redis)
@nicnocquee/dataqueue-reactReact hooks for subscribing to job status and progress
@nicnocquee/dataqueue-dashboardAdmin dashboard — plug-and-play UI for monitoring and managing jobs

Source Code

The source code for DataQueue is available on GitHub.

Demo App

A demo Next.js app that showcases all features of DataQueue is available here and the source code is available on GitHub.