MarginaliaSearch/code/processes/loading-process
Viktor Lofgren 34703da144 (slop) Support for nested array types and array-of-object types
Also adding very basic support for filtered reads via SlopTable.  This is probably not a final design.
2024-07-29 14:00:43 +02:00
..
java/nu/marginalia/loading (slop) Support for nested array types and array-of-object types 2024-07-29 14:00:43 +02:00
test/nu/marginalia/loader (wip) Extract and encode spans data 2024-07-27 11:44:13 +02:00
build.gradle (slop) Introduce table concept to keep track of positions and simplify closing 2024-07-27 13:47:47 +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