Subscribe to access all episodes. View plans →
Published October 26, 2018
Erlang Term Storage or ETS is one of the great features of OTP. It’s an in-memory datastore that’s incredibly fast. In this episode we’ll get started by learning the basics of storing data with ETS, then we’ll take a look at how we can use ETS to store data that’s retrieved inside a Phoenix application.