hyparquet/README.md

11 lines
481 B
Markdown
Raw Normal View History

2023-12-29 17:37:37 +00:00
# hyparquet
2023-12-29 18:46:40 +00:00
2023-12-29 20:12:30 +00:00
![hyparquet](hyparquet.jpg)
2023-12-29 18:46:40 +00:00
[![mit license](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
2023-12-29 19:27:16 +00:00
[![workflow status](https://github.com/hyparam/hyparquet/actions/workflows/ci.yml/badge.svg)](https://github.com/hyparam/hyparquet/actions)
2023-12-29 18:46:40 +00:00
2023-12-29 19:27:16 +00:00
JavaScript parser for [Apache Parquet](https://parquet.apache.org) files.
Apache Parquet is an open source, column-oriented data file format designed for efficient data storage and retrieval.