GithubHelp home page GithubHelp logo

crdt's Introduction

CRDT GoDoc Build Status

WIP!

Convergent and Commutative Replicated Data Types

original paper

Counters

G-Counter

A G-Counter is a grow-only counter (inspired by vector clocks) in which only increment and merge are possible. Divergent histories are resolved by taking the maximum count for the counter. The value of the counter is the sum of all counts.

Implementation Differences form the original paper:

  • Increment() Instead of incrementing one-by-one, in this package you can give increment count
  • Query() <- this wonnt be implemented(at least for now), merge is doing the same thing
  • Compare(a,b) <- this wonnt be implemented(at least for now), merge is doing the same thing
  • Merge, merge is not merging two actors, it is fetching all the values from all the actors and compares them, if any of them is different fixes while reading

Things that can be done

  • Instead of giving multiple backedn services into CCRDT New function, we can pass only one act according to the original paper

crdt's People

Stargazers

Mehmet Ali avatar Flowyi avatar Kohei YOSHIDA avatar Gokmen Goksel avatar Chris Thorn avatar Fatih Arslan avatar

Watchers

Cihangir avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.