Distributed caching for web apps built on Mnesia.
Based on http://ndpar.blogspot.com/2010/01/distributed-cache-in-erlang.html
With help from https://elixirschool.com/lessons/specifics/mnesia/
If available in Hex, the package can be installed
by adding ginseng
to your list of dependencies in mix.exs
:
def deps do
[{:ginseng, "~> 0.1.0"}]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ginseng.