Show HN: Bunqueue – Saga workflow engine for Bun with embedded SQLite
Category: devtools
Tags: job-queue, bun, sqlite, workflow-engine, typescript
Score: 7.8/10 (Innovation: 7, Technical: 8, Documentation: 9, Utility: 7)
Bunqueue is a high-performance, embedded job queue and saga workflow engine built specifically for Bun, using SQLite as its storage backend. It's interesting because it packages a comprehensive set of enterprise workflow features (circuit breakers, retry strategies, deduplication, triggers) into a zero-dependency library, eliminating the need for external brokers like Redis for many use cases.
Target audience: backend devs, devops
Repository: https://bunqueue.dev/guide/workflow/ · TypeScript · MIT · 399 stars
View on Hacker News