CatgirlIntelligenceAgency/code/crawl/loading-process
2023-03-11 11:34:51 +01:00
..
src Move all code to a code directory. 2023-03-07 17:14:32 +01:00
build.gradle Gradle shouldn't generate dist zips, zipping jar files is slow and also just ridiculous when you realize jar files are zip files and you can't compress a file twice using the same algo. 2023-03-11 11:34:51 +01:00
readme.md Move all code to a code directory. 2023-03-07 17:14:32 +01:00

Loading Process

The loading process reads converted data and inserts it into the database, as well as creates a journal file that will be used to create a static index for the index-service.

Central Classes