Skip to content

lakshay-angrish/key-value-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

key-value-store

An On-Disk(Persistent) Key-Value store written in C++

Running Tests

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

About

A Key Value Store written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors