Crypto trading in Elixir - 15th episode - Track workers with Elixir Registry -
Hello,
I just released the 15th video in the series dedicated to creating a cryptocurrency trading bot in Elixir - this time we will focus on refactoring the data warehouse, naive, and streamer applications to leverage the Elixir Registry. What we will end up with is a very slim layer of implementation on top of the Registry module as well as we won’t need to use thousands of atoms for names and run out of memory(as atoms are not garbage collected by Erlang VM!).
Link: https://www.youtube.com/watch?v=5xH2Yals1FU&list=PLxsE19GnjC5Nv1CbeKOiS5YqGqw35aZFJ&index=15
Don’t forget to smash that like button if you like it ;)
Enjoy <3