Use Signal to build an Event Driven Elixir application
Supports:
- Command Dispatching
- Stream Event reduction with Aggregates
- Event Handlers with atleast once event delivery
- Saga Process
Signal makes heavy use of the Blueprint for struct definition, validation, encoding and decoding
def deps do
[
{:signal, git: "https://github.com/2p4b/signal.git"}
]
end