/pedets

PEriodiccaly Dumped ETS POC

Primary LanguageElixir

Pedets

PEriodiccally Dumped ETS

What?

A POC that shows how to dump to disk a busy ETS every few seconds.

Installation

Follow these instructions to install asdf and needed dependencies on your system. Then from inside the project folder run asdf install to install fixed versions of Elixir/Erlang for the project. Then mix deps.get to get dependencies.

Development

Run mix test.watch to run tests anytime a file is changed. Refer to its repo for tweakings.