Episode 104 - Storing State in Elixir Apps

Elixir Talk - A podcast by Elixir Talk

Categories:

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?