Skip to content

mykewould/ginseng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ginseng

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/

Installation

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

Info

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ginseng.

About

Distributed caching for web apps built on Mnesia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages