快速开始
Build
Get source code and pull docker
git clone git@github.com:4paradigm/HybridSE.git
cd HybridSE
docker run -v `pwd`:/HybridSE -it ghcr.io/4paradigm/centos6_gcc7_hybridsql:latest
cd /Hybridse
# init enviroment before build
source tools/init_env.profile.shConfigure and build
cd /HybridSE
mkdir -p build && cd build
cmake ..
# just compile the core library
make -j4Install
Run tests
Run simple engine demo
Run ToyDB
Build ToyDB
Start ToyDB
Last updated