CatgirlIntelligenceAgency/code/processes/loading-process
Viktor Lofgren 91dd45cf64 (search) IP and IP geolocation in site info view
This commit also fixes a bug in the loader where the IP field wouldn't always populate as intended, and refactors the DomainInformationService to use significantly fewer SQL queries.
2023-12-09 20:06:55 +01:00
..
src (search) IP and IP geolocation in site info view 2023-12-09 20:06:55 +01:00
build.gradle (refactor) Rename satellite services to application services 2023-10-09 13:45:45 +02:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02: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