Modeling Tool
A tool set for modeling training.
This is not an officially supported Google product.
- Compile and run the binary
bazel build modeling-tool bazel run modeling-tool [GCP PROJECT] [CLOUD SPANNER INSTANCE] [CLOUD SPANNER DATABASE]
- Compile and run the unit test
bazel build modeling-tool-test bazel run modeling-tool-test
-
Configure CMake
cd $HOME/modeling-tool cmake -H. -B.build -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake cmake --build .build
-
Run the executable
.build/modeling-tool [GCP PROJECT] [CLOUD SPANNER INSTANCE] [CLOUD SPANNER DATABASE]