repositorypackage
0.0.0-20211030161233-b6e1e37fa772
Repository: https://github.com/athena-crdt/athena-core.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
athena-core Replicated JSON Data Type
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!