Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 917 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 917 Bytes

Build Status

onsager_core

Really, mostly a port of riak_core but using server wide clocks instead of merkle trees as the active anti-entropy method. Mainly a learning experience but who knows might become an actual production ready library 💃.

Named after Lars Onsager.

Installation

If available in Hex, the package can be installed by adding onsager_core to your list of dependencies in mix.exs:

def deps do
  [
    {:onsager_core, "~> 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/onsager_core.