Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 544 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 544 Bytes

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]
    dry-run mode:
    bazel run modeling-tool [GCP PROJECT] [CLOUD SPANNER INSTANCE] [CLOUD SPANNER DATABASE] --dry-run
  2. Compile and run the unit test
    bazel build modeling-tool-test
    bazel run modeling-tool-test