Skip to content
/ sconekv Public

SconeKV: a Scalable, Strongly Consistent Key-Value Store TPDS'22

License

Notifications You must be signed in to change notification settings

task3r/sconekv

Repository files navigation

SconeKV

Strongly Consistent Key-Value Store

Dependencies

  • Maven >= 3.6.3
  • Java 13

Build

Install dependencies:

mvn install:install-file -Dfile=deps/prime-1.0-SNAPSHOT-jar-with-dependencies.jar \
    -DgroupId=pt.tecnico.ulisboa \
    -DartifactId=prime \
    -Dversion=1.0-SNAPSHOT \
    -Dpackaging=jar

Clean build:

mvn clean package

Build containers:

./build_containers.sh

About

SconeKV: a Scalable, Strongly Consistent Key-Value Store TPDS'22

Resources

License

Stars

Watchers

Forks