Skip to content

liuhanyao98/modeling-tool

 
 

Repository files navigation

Modeling Tool

A tool set for modeling training.

This is not an officially supported Google product.

Using with Bazel

  1. Compile and run the binary
    bazel build modeling-tool
    bazel run modeling-tool [GCP PROJECT] [CLOUD SPANNER INSTANCE] [CLOUD SPANNER DATABASE]
  2. Compile and run the unit test
    bazel build modeling-tool-test
    bazel run modeling-tool-test

Using with CMake

  1. Configure CMake

    cd $HOME/modeling-tool
    cmake -H. -B.build -DCMAKE_TOOLCHAIN_FILE=$HOME/vcpkg/scripts/buildsystems/vcpkg.cmake
    cmake --build .build
  2. Run the executable

    .build/modeling-tool [GCP PROJECT] [CLOUD SPANNER INSTANCE] [CLOUD SPANNER DATABASE]

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 72.8%
  • Starlark 14.6%
  • Makefile 6.3%
  • CMake 6.3%