MarginaliaSearch/code/processes/converting-process/model
2024-07-28 13:21:08 +02:00
..
java/nu/marginalia (slop) Update existing code to use the altered Slop interfaces 2024-07-28 13:21:08 +02:00
test/nu/marginalia/worklog (wip) Extract and encode spans data 2024-07-27 11:44:13 +02:00
build.gradle (wip) Extract and encode spans data 2024-07-27 11:44:13 +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