/antidote

A planet scale, highly available, transactional database built on CRDT technology

Primary LanguageErlangApache License 2.0Apache-2.0

Antidote

Build Status Coverage Status

Welcome to the Antidote repository, the reference platform of the SyncFree European Project and the LightKone European Project

You will find all information in the documentation at http://antidotedb.eu.

For benchmarking Antidote deployments, we currently use basho bench.

Development

Antidote requires Erlang 21 or greater.

Use the following Makefile targets to build and test antidote:

# compile the project:
make compile

# run the unit tests:
make test

# run the system tests:
make systests

# Run dialyzer to check types:
make dialyzer

# Open a shell:
make shell

# Build a release:
make rel

Code style

Before commiting code run make lint to check the code style.

In addition there are the following rules which are not checked automatically:

  • Indentation should use 4 spaces (no tabs)
  • Exported functions must be documented and have a type specification