mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-22 08:27:45 +01:00
00c6c6ffff
1 internal commit(s) GitOrigin-RevId: a72da7dc36ed4ab56f07283458610633177e4e1f
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