Keep your ETS tables alive forever (v1.1)!
ETS tables are ephemeral by nature, but sometimes you want to make sure that they hang around so you can recover from crashes or unexpected circumstances. Sadly, if the ETS owner process dies, your ETS table also falls over.
Eternal stops this from happening, and has been revamped to a (backwards compatible) v1.1 which now supports OTP Supervision trees instead of the clumsy functions allowed previously.
Check it out! https://github.com/zackehh/eternal
Read next Asynchronous Tasks with Elixir