An On-Disk(Persistent) Key-Value store written in C++
The project uses the googletest testing framework
cd to the cloned repo and run:
mkdir build
cd build
cmake ../This will build the necessary libraries and executables To run the tests, from the build directory, run:
./tests/executeTests