One of my favorite "go to" patterns in my Elixir apps for read only data is to store it all in DETS (https://erlang.org/doc/apps/stdlib/dets), commit it to the repo with Git LFS (https://git-lfs.com), and then bundle it into the Docker container. Data fetching doesn't much faster than that ⚡ #ElixirLang

Comments