dvasilas / antidote

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

Home Page:https://www.antidotedb.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://www.antidotedb.eu

License:Apache License 2.0


Languages

Language:Erlang 97.0%Language:Shell 2.6%Language:Makefile 0.4%