MarginaliaSearch/code/processes/loading-process
Viktor Lofgren b09e2dbeb7 (build) Fix dependency churn from testcontainers
Apparently you need to pull in commons-codec now in order to run testcontainers, through spooky action at a distance.
2024-08-25 10:35:48 +02:00
..
java/nu/marginalia/loading (slop) Replace SlopPageRef<T> with SlopTable.Ref<T> 2024-08-21 10:13:49 +02:00
test/nu/marginalia/loader (wip) Extract and encode spans data 2024-07-27 11:44:13 +02:00
build.gradle (build) Fix dependency churn from testcontainers 2024-08-25 10:35:48 +02:00
readme.md (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +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