Episode 104 - Storing State in Elixir Apps

Episode 104 - Storing State in Elixir Apps

ElixirTalk

How should you think about storing state in your Elixir apps? Should you use a traditional external datastore? Or one of the built-in constructs: GenServers, ETS, DETS, or mnesia?