Show HN: Lightweight Task queue on Erlang/OTP, SQLite-backed, no overengineering
Category: infrastructure
Tags: task-queue, elixir, sqlite, erlang-otp, redis-compatible
Score: 7.3/10 (Innovation: 7, Technical: 7, Documentation: 8, Utility: 7)
EZRA is a lightweight, persistent task queue built on Erlang/OTP and SQLite, exposing a Redis-compatible API so any Redis client can push and pop tasks without needing Redis itself. Its novel approach combines the simplicity of a single binary with the reliability of at-least-once delivery, ideal for teams that find traditional queues like RabbitMQ or Redis too heavy.
Target audience: backend devs, devops, data engineers
Repository: https://github.com/entGriff/ezra · Elixir · MIT · 4 stars
View on Hacker News