PEriodiccally Dumped ETS
A POC that shows how to dump to disk a busy ETS every few seconds.
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.
Run mix test.watch
to run tests anytime a file is changed. Refer to its repo for tweakings.