Do you want to pick up from where you left of?
Take me there

Lessons: Storage

Explore how interact with the BEAM's built in data storage, Redis, and others.

Erlang Term Storage (ETS)

Erlang Term Storage, commonly referred to as ETS, is a powerful storage engine built into OTP and available to use in Elixir. In this lesson we’ll look at how to interface with ETS and how it can be employed in our applications.

Mnesia

Mnesia is a heavy duty real-time distributed database management system.