Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/simar7/crdt
- Owner: simar7
- License: mit
- Created: 2016-01-16T05:48:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T05:47:32.000Z (almost 9 years ago)
- Last Synced: 2024-05-01T20:40:55.674Z (8 months ago)
- Language: Go
- Homepage: https://godoc.org/github.com/simar7/crdt
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 implementationcrdt.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