hyperboria/nexus/cognitron
the-superpirate 8e8a92f1b1 - feat(nexus): Refactoring Cognitron
2 internal commit(s)

GitOrigin-RevId: bdefcb9130693f1bc6c56d23d44fc4e41ff4672d
2021-04-30 16:16:13 +03:00
..
configs - feat(nexus): Bump versions 2021-04-23 18:32:56 +03:00
installer - fix: Fix importing documentation 2021-01-29 12:08:40 +03:00
schema No description 2021-03-29 18:01:30 +03:00
web - feat(nexus): Refactoring Cognitron 2021-04-30 16:16:13 +03:00
.gitignore - feat(nexus): Refactoring Cognitron 2021-04-30 16:16:13 +03:00
README.md - feat(nexus): Refactoring Cognitron 2021-04-30 16:16:13 +03:00

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