mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-26 18:37:32 +01:00
a683e0ce18
- [nexus] Development GitOrigin-RevId: 5d5feedff7b70be4c788abeb22f89c6758431d33
Deploy data dumps into your database
There is a function work
in traversing script
that you can reimplement to iterate over the whole dataset and insert it into your
own database or do whatever you want in parallel mode.
By default this script is just printing documents.
bazel run -c opt installer -- iterate \
--data-filepath $DATA_PATH/index/scitech \
--schema-filepath schema/scitech.yaml