Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 777 Bytes

File metadata and controls

30 lines (17 loc) · 777 Bytes

dataqueue

DataQueue

codecov

A lightweight, Redis or PostgreSQL job queue for Node.js/TypeScript projects. Schedule, process, and manage background jobs with ease. Perfect for web apps (Next.js, etc.) deployed to serverless platforms like Vercel, AWS Lambda, etc.

Installation

npm install @nicnocquee/dataqueue
npm install -D node-pg-migrate ts-node

Documentation

See docs.dataqueue.dev for the complete documentation.

Contributing

See CONTRIBUTING.md for details.

License

MIT

Author

Nico Prananta