yanghanxy / CloudDB

A distributed key-value storage database with final consistency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClooudDB

A distributed key-value storage database with final consistency, as a course project of Advanced Practical Course Cloud Data Bases in Technische Universität München (TUM).

Project description is within the report paper

Architecture of the model:

How to run

  1. RUN ant build with ./build.xml to build the jar files

  2. The built jar files are in the ./runnable folder, use ./runnable/script.cmd to run the program

  3. Javadoc is in ./doc folder

About

A distributed key-value storage database with final consistency

License:MIT License


Languages

Language:Java 99.9%Language:Batchfile 0.1%