An open API service indexing awesome lists of open source software.

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

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).