/deep_fabric

High-performance distributed database ( experimental )

Primary LanguageC++GNU Affero General Public License v3.0AGPL-3.0

deep_fabric

High-performance distributed database built on deep engine and deep platform ( experimental )

Required packages

sudo apt-get install g++
sudo apt-get install cmake
sudo apt-get install maven
sudo apt-get install libtool
sudo apt-get install autoconf
sudo apt-get install automake
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}/FABRIC
mvn test