hyperboria/nexus/cognitron
the-superpirate dd23846059 - [nexus] Refactoring
- [nexus] Switch bot
  - [bot] Added extra receivers functionality

GitOrigin-RevId: 68fc32d3e79ff411758f54f435fe8680fc42dead
2022-03-28 17:42:18 +03:00
..
configs - [nexus] Refactoring 2022-03-28 17:42:18 +03:00
web - [nexus] Refactoring 2022-03-28 17:42:18 +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