goqite
goqite (pronounced Go-queue-ite) is a persistent message queue Go library built on SQLite and inspired by AWS SQS (but much simpler).
License model
- Free • Open Source
Platforms
- Go (Programming Language)
- Self-Hosted
Features
- SQLite
goqite News & Activities
Highlights • All activities
Recent activities
No comments or reviews, maybe you want to be first?
Post comment/reviewgoqite information
What is goqite?
goqite (pronounced Go-queue-ite) is a persistent message queue Go library built on SQLite and inspired by AWS SQS (but much simpler).
Features:
- Messages are persisted in a SQLite table.
- Messages are sent to and received from the queue, and are guaranteed to not be redelivered before a timeout occurs.
- Support for multiple queues in one table.
- Message timeouts can be extended, to support e.g. long-running tasks.
- A simple HTTP handler is provided for your convenience.
- No non-test dependencies. Bring your own SQLite driver.