Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.
/ antidote Public archive
forked from AntidoteDB/antidote

💊 SyncFree Reference Platform

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.TXT
Notifications You must be signed in to change notification settings

gmcabrita/antidote

 
 

Repository files navigation

Antidote

Build 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 19 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

💊 SyncFree Reference Platform

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
LICENSE.TXT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 96.7%
  • Shell 2.9%
  • Makefile 0.4%