mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-30 08:56:37 +00:00
Update README
This commit is contained in:
parent
04bfd474b8
commit
e0486e152a
13
README.md
13
README.md
@ -4,6 +4,7 @@
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/hyparam/hyparquet/actions)
|
||||
[](https://www.npmjs.com/package/hyparquet)
|
||||
|
||||
JavaScript parser for [Apache Parquet](https://parquet.apache.org) files.
|
||||
|
||||
@ -11,6 +12,18 @@ Apache Parquet is an open source, column-oriented data file format designed for
|
||||
|
||||
Dependency free since 2023!
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
npm install hyparquet
|
||||
```
|
||||
|
||||
```js
|
||||
import { parquetMetadata } from 'hyparquet'
|
||||
|
||||
const metadata = parquetMetdata(arrayBuffer)
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
- https://github.com/apache/parquet-format
|
||||
|
||||
Loading…
Reference in New Issue
Block a user