Three real-world examples of distributed Elixir (pt. 2)
Hi there!
Here’s the second part of the Three real-world examples of distributed Elixir series, in which we will see how to create and supervise a singleton periodic process across the cluster using three different global registries: :global
, swarm
, and horde
.
https://bigardone.dev/blog/2021/06/06/three-real-world-examples-of-distributed-elixir-pt-2
Happy coding!
Read next Understanding when to use String-based Maps vs Atom-based Maps