

goqite
Like
goqite (pronounced Go-queue-ite) is a persistent message queue Go library built on SQLite and inspired by AWS SQS (but much simpler).
Cost / License
- Free
- Open Source (MIT)
Platforms
- Go (Programming Language)
- Self-Hosted
Features
- SQLite
Tags
- go-library
- queues
- message-queues
- go-lang
goqite News & Activities
Highlights All activities
Recent activities
No activities found.
goqite information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat 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.



