Skip to content

matthias-margush/cdrt-kafka-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

CRDTs over Kafka

This repo will contains sample implementations of the catalog of CRDTs at http://hal.upmc.fr/inria-00555588/document, implemented over Kafka.

To run the tests, bring up a local kafka environment:

docker-compose up -d

Get the test dependencies:

go get -t ./...

Run the tests:

go test ./...

About

CDRTs in Go, over Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages