CatgirlIntelligenceAgency/code/process-models/processed-data
2024-02-27 21:22:21 +01:00
..
java/nu/marginalia (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
test/nu/marginalia/io/processed (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01: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