MarginaliaSearch/code/processes/converting-process/model
2024-08-02 12:32:47 +02:00
..
java/nu/marginalia (loader) Clean up 2024-08-02 12:32:47 +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) Support for nested array types and array-of-object types 2024-07-29 14:00:43 +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