MarginaliaSearch/code/processes/converting-process/model
2024-08-13 09:50:05 +02:00
..
java/nu/marginalia (slop) Break slop out into its own repository 2024-08-13 09:50:05 +02:00
test/nu/marginalia (converter/loader) Simplify document record writing to not require predicated reads 2024-07-29 14:18:52 +02:00
build.gradle (slop) Break slop out into its own repository 2024-08-13 09:50:05 +02:00
readme.md (wip) Extract and encode spans data 2024-07-27 11:44:13 +02:00

The processed-data package contains models and logic for reading and writing parquet files with the output from the converting-process.

Main models:

Since parquet is a column based format, some of the readable models are projections that only read parts of the input file.

See Also

third-party/parquet-floor