vernemq / ServerWideClocks

Server Wide Clocks for Distributed Eventually Consistent Systems

Repository from Github https://github.comvernemq/ServerWideClocksRepository from Github https://github.comvernemq/ServerWideClocks

Server Wide Clocks (swc) Build Status

This is an Erlang OTP library for Server Wide Clocks.

Your can find the paper here: http://haslab.uminho.pt/tome/files/global_logical_clocks.pdf

There are 2 main files:

  • the node clock -> implemented in swc_node.erl
  • the key-value clock -> implemented in swc_kv.erl

Build

> make all

About

Server Wide Clocks for Distributed Eventually Consistent Systems

License:Other


Languages

Language:Erlang 98.5%Language:Makefile 1.5%