https://github.com/bwireman/esquew
A stupid simple, pure Elixir ⚗️ messaging queue
https://github.com/bwireman/esquew
Last synced: over 1 year ago
JSON representation
A stupid simple, pure Elixir ⚗️ messaging queue
- Host: GitHub
- URL: https://github.com/bwireman/esquew
- Owner: bwireman
- License: apache-2.0
- Created: 2020-09-08T22:00:07.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T17:21:37.000Z (about 5 years ago)
- Last Synced: 2025-01-31T15:19:08.459Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Esquew
---
A stupid simple Pure Elixir ⚗️ Messaging Queue. Pronounced "askew"
## Messaging
Esquew is a transient, at most once messaging queue supporting a REST api. It allows for multiple topics with and subscriptions, all with ack and nack capability.
## Limitations
- Messages are not persisted, and only live for the duration of relevant processes
## Roadmap
- [X] API
- [X] Tests
- [X] Subscription State Struct
- [ ] Subscriptions and Topics survive Hub crashes
- [ ] HTTPS
- [ ] Permission levels via JWT
- [ ] ...