Skip to content

athena-crdt/athena-core

Repository files navigation

athena-core Replicated JSON Data Type

Go Report Card unit_tests codecov License

This repository hosts the implementation of a Conflict Free Replicated JSON Data Type, the core data structure for Athena.

Key Features

  • Nothing yet

Quickstart

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 .

Contributing

If you are willing to contribute

  • Get in touch with anyone from the athena-crdt team.

Contributions from everyone are welcome!