
GoQueue
A job queue for Go that grows with your system
What it does
GoQueue is a job queue for Go apps that lets you start simple and scale later. You can use an in-memory driver for development, switch to Redis for production, and move to SQS when you need cloud scale — without rewriting your jobs. The goal is to keep the API small and predictable, while letting the backend evolve as your system grows.
Does a similar job
all alternatives →
- BJBunqueue – Job queue for Bun using SQLite instead of RedisFeb 2026 · github.com · ▲39
- PTPgQueuer – Transform PostgreSQL into a Job Queue2024 · github.com · ▲376
PgQueuer is a minimalist, high-performance job queue library for Python, leveraging the robustness of PostgreSQL. Designed for simplicity and efficiency, PgQueuer uses PostgreSQL's LISTEN/NOTIFY to manage job queues effortlessly.
- WJWorkq – Job Server in Go2016 · github.com · ▲185
- DIDrop-in SQS replacement based on SQLite2024 · github.com · ▲656
Hi! I wanted to share an open source API-compatible replacement for SQS. It's written in Go, distributes as a single binary, and uses SQLite for underlying storage. I wrote this because I wanted a queue with all the bells and whistles - searching, scheduling into the future, observability, and rate limiting - all the things that many modern task queue systems have. But I didn't want to rewrite my app, which was already using SQS. And I was frustrated that many of the best solutions out there (BullMQ, Oban, Sidekiq) were language-specific. So I made an SQS-compatible replacement. All you have…
- TATasqueue – A simple, customisable distributed job/worker in Go2022 · github.com · ▲65
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, January 2026
the whole month →- IN
Hey HN! I wanted to share something I built over the last few weeks: isometric.nyc is a massive isometric pixel art map of NYC, built with nano banana and coding agents. I didn't write a single line of code. Of course no-code doesn't mean no-engineering. This project took a lot more manual labor than I'd hoped! I wrote a deep dive on the workflow and some thoughts about the future of AI coding and creativity: http://cannoneyed.com/projects/isometric-nyc
AI · Jan 2026 · cannoneyed.com




Automatic AI-powered code reviews the moment you open a PR
Dev tools · Jan 2026 · kilo.ai
