Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simar7/crdt

A CRDT for LWW (Last-Writer-Wins) element set implementation in Go.
https://github.com/simar7/crdt

Last synced: 27 days ago
JSON representation

A CRDT for LWW (Last-Writer-Wins) element set implementation in Go.

Awesome Lists containing this project

README

        

[![GoDoc](https://godoc.org/github.com/simar7/crdt?status.svg)](https://godoc.org/github.com/simar7/crdt)

# crdt
A CRDT for LWW (Last-Writer-Wins) element set implementation in Go.

#### Prerequisites
redis-server
radix.v2

#### How to use?
1) Testing native Go implementation crdt.go
go test -v ./.

2) Testing redis based Go implementation crdt_redis.go
cd redis
go test -v ./... -zset your-zset-name --port redis-server-port-number