Skip to content

A mostly pure Elixir process group library based on riak_core but with server wide clocks instead of merkle trees for active anti-entropy.

Notifications You must be signed in to change notification settings

jlerche/onsager_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A mostly pure Elixir process group library based on riak_core but with server wide clocks instead of merkle trees for active anti-entropy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages