MarginaliaSearch/code/processes/converting-process/model
2024-08-21 10:13:49 +02:00
..
java/nu/marginalia (slop) Replace SlopPageRef<T> with SlopTable.Ref<T> 2024-08-21 10:13:49 +02:00
test/nu/marginalia (slop) Replace SlopPageRef<T> with SlopTable.Ref<T> 2024-08-21 10:13:49 +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