parquet file parser for javascript
Go to file
2024-01-02 17:18:08 -08:00
.github/workflows Github actions 2023-12-29 11:29:53 -08:00
src Return Decoded struct with bytes read 2024-01-02 17:18:08 -08:00
test Return Decoded struct with bytes read 2024-01-02 17:18:08 -08:00
.eslintrc.json Return Decoded struct with bytes read 2024-01-02 17:18:08 -08:00
.gitignore Test coverage 2023-12-29 11:19:16 -08:00
hyparquet.jpg hyparakeet 2023-12-29 12:12:30 -08:00
LICENSE Initial commit 2023-12-29 10:32:36 -08:00
package.json Test coverage 2023-12-29 11:19:16 -08:00
README.md Return Decoded struct with bytes read 2024-01-02 17:18:08 -08:00
tsconfig.json Initial commit 2023-12-29 10:32:36 -08:00

hyparquet

hyparquet

mit license workflow status

JavaScript parser for Apache Parquet files.

Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval.

References