parquet file parser for javascript
Go to file
2024-01-04 11:11:00 -08:00
.github/workflows All javascript, no typescript 2024-01-04 11:11:00 -08:00
src All javascript, no typescript 2024-01-04 11:11:00 -08:00
test All javascript, no typescript 2024-01-04 11:11:00 -08:00
.eslintrc.json jsdoc require types 2024-01-04 10:02:14 -08:00
.gitignore Test coverage 2023-12-29 11:19:16 -08:00
hyparquet.jpg hyparakeet 2023-12-29 12:12:30 -08:00
index.html All javascript, no typescript 2024-01-04 11:11:00 -08:00
LICENSE Initial commit 2023-12-29 10:32:36 -08:00
package.json All javascript, no typescript 2024-01-04 11:11:00 -08:00
README.md Parquet metadata parser 2024-01-03 09:57:36 -08:00
tsconfig.json All javascript, no typescript 2024-01-04 11:11:00 -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.

Dependency free since 2023!

References