Cinderella-Man / hands-on-elixir-and-otp-cryptocurrency-trading-bot-source-code

Resources related to the "Hands-on Elixir & OTP: Cryptocurrency trading bot" book
https://elixircryptobot.com
75 stars 24 forks source link

Naive and Streamer apps updated to use the Registry instead of Core application #7

Closed Cinderella-Man closed 3 years ago

Cinderella-Man commented 3 years ago

This PR shows how the Naive and the Streamer applications should be updated to leverage Elixir Registry instead of using the Core.ServiceSupervisor.

It's worth to note that inside the Naive application, Elixir Registry is used to register Naive.SymbolSupervisor not Naive.Trader.