CatgirlIntelligenceAgency/code/processes/loading-process
Viktor Lofgren fbad625126 (linkdb) Add delegating implementation of DomainLinkDb
This facilitates switching between SQL and File-backed implementations on the fly while migrating from one to the other.
2024-01-08 19:56:33 +01:00
..
src (linkdb) Add delegating implementation of DomainLinkDb 2024-01-08 19:56:33 +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