The configuration loader for Tableau.
- Development OS: linux
- Init protobuf:
bash init.sh
- Install: CMake 2.8+
- Change into dir:
cd test/cpp-tableau-loader
- Generate protoconf:
bash ./gen.sh
- Create build dir:
mkdir build && cd build
- Run cmake:
cmake ../src/
- Build:
make -j8
, then the bin dir will be generated attest/cpp-tableau-loader/bin
.
- Change into dir:
cd test/go-tableau-loader
- Generate protoconf:
bash ./gen.sh
- Log: support setting log handler