Skip to content

High-performance C++ key/value database storage engine

License

Notifications You must be signed in to change notification settings

DeepFound/deep_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deep_engine

High-performance C++ key/value database storage engine

Required packages

sudo apt-get install g++
sudo apt-get install cmake
sudo apt-get install maven
sudo apt-get install zlib1g-dev
sudo apt-get install openjdk-8-jdk

1st initialize maven

cd ${ROOT}/build/maven
mvn clean install

2nd build source

cd ${ROOT}
mvn clean install -Dmaven.test.skip=true

3rd execute tests

cd ${ROOT}/ENGINE
mvn test

About

High-performance C++ key/value database storage engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published