joaop21 / hermes

Bot for cryptocurrency arbitrage
Apache License 2.0
4 stars 4 forks source link

PubSub communication #16

Closed joaop21 closed 2 years ago

joaop21 commented 2 years ago

Add Phoenix PubSub communication to communicate asynchronously between processes with topics. Topics could be "Ticker-#{symbol}", and the message's format could be {:"exchange", %Streamer.Ticker{}}.