MarginaliaSearch/code/process-models/processed-data
2024-07-16 14:37:50 +02:00
..
java/nu/marginalia (coded-sequence) Replace GCS usage with an interface 2024-07-16 14:37:50 +02:00
test/nu/marginalia/io/processed (coded-sequence) Replace GCS usage with an interface 2024-07-16 14:37:50 +02:00
build.gradle (converter) Amend existing modifications to use gamma coded positions lists 2024-05-30 14:20:36 +02:00
readme.md (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +01: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