https://github.com/nfibrokerage/radical
playground for EventStore persistent subscriptions
https://github.com/nfibrokerage/radical
Last synced: about 2 months ago
JSON representation
playground for EventStore persistent subscriptions
- Host: GitHub
- URL: https://github.com/nfibrokerage/radical
- Owner: NFIBrokerage
- Created: 2020-05-15T02:55:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T01:04:06.000Z (almost 5 years ago)
- Last Synced: 2025-03-07T02:39:36.483Z (2 months ago)
- Language: Elixir
- Size: 33.2 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Radical
playground for EventStore persistent subscriptions
radical is a proof of concept of integrating extreme persistent subscriptions
and [`Broadway`](https://hexdocs.pm/broadway/Broadway.html)`Radical.Producer` is a `GenStage` producer that starts and listens to a
persistent subscription.`Radical.Handler` sets up the broadway pipeline and handles the events (by
printing them to the console and sleeping).