This repository hosts the implementation of a Conflict Free Replicated JSON Data Type
, the core data structure for Athena.
- Nothing yet
Get started with athena-core
$ git clone https://github.com/athena-crdt/athena-core
$ cd athena-core
$ go build
$ ./athena-core
To run the tests provided
$ go test -v -race -count=1 ./...
Format using
$ gofmt -s -w -l .
If you are willing to contribute
- Get in touch with anyone from the athena-crdt team.
Contributions from everyone are welcome!