typedb/typedb-driver-examples

Catalogue of Life example contains a manual call to the "loader" executable, which should be invoked via "bazel run"

Closed this issue · 0 comments

Problem to Solve

The following step of the Catalogue of Life example:

  1. Fetch the data and load it into TypeDB: bazel-bin/catalogue_of_life/loader

This contains a manual invocation of an executable in the Bazel sandbox, which is strongly discouraged.

Proposed Solution

Introduce a new Bazel target to run the loader executable.