Erin Boeger

Senior Developer @ Erlang Solutions

Erin has been working for several years in the Fin-Tech sector. Erin has designed and built many complex systems such as PCI-compliant credit card vaults, funds transfer systems, authentications systems, accounting ledger systems, and experience with Blockchain. Erin has a focus on quality and creates extensive automated tests when building applications. Erin has a military and business background and is experienced with hiring and training software developers.

Talk:
ActiveMemory the missing ORM for ETS and Mnesia

A package to help bring the power of in memory storage with ETS and Mnesia to your Elixir application.

ActiveMemory provides a simple interface and configuration which abstracts the ETS and Mnesia specifics and provides a common interface called a Store.

Use ETS and Mnesia to help boost your application performance, simplify configurations and secrets, help reduce database dependency, and more.

OBJECTIVES

Introduce the ActiveMemory hex package and what problems it is trying to solve.

Also help people better understand ETS, Mnesia, and how they can make our apps better.

AUDIENCE

Anyone who has interest with in memory tables and or has had previous experience with ETS or Mnesia.