Document Loader: Parquet
No security coverage
This module allows Document Loader to read and convert .parquet files into JSON or CSV formats. It utilizes the flow-php/parquet library for handling this column-oriented data file format, known for its efficient storage and retrieval.
This module is a plugin for Document Loader using flow-php/parquet in order to read .parquet files into json or csv formats.
What is Parquet
Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval. It provides efficient data compression and encoding schemes with enhanced performance to handle complex data in bulk.