fade2black / Key-value-store

This programming project is about building a Cassandra-like fault-tolerant key-value store.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read the specification document thoroughly.

Create a high level design covering all scenarios / test cases before you start coding. 

How do I run only the CRUD tests ? 

$ make clean
$ make
$ ./Application ./testcases/create.conf
or 
$ ./Application ./testcases/delete.conf
or
$ ./Application ./testcases/read.conf
or
$ ./Application ./testcases/update.conf

How do I test if my code passes all the test cases ? 
Run the grader. Check the run procedure in KVStoreGrader.sh

About

This programming project is about building a Cassandra-like fault-tolerant key-value store.


Languages

Language:C++ 82.7%Language:Shell 13.8%Language:Python 2.2%Language:Makefile 1.1%Language:C 0.2%