mirror of
https://github.com/asadbek064/hyparquet-writer.git
synced 2025-12-06 07:31:55 +00:00
Apache Parquet file writer in JavaScript
|
|
||
|---|---|---|
| .github/workflows | ||
| src | ||
| test | ||
| .gitignore | ||
| eslint.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Hyparquet Writer
Usage
import { writeParquet } from 'hyparquet-writer'
const arrayBuffer = writeParquet({
name: ['Alice', 'Bob', 'Charlie'],
age: [25, 30, 35],
})