Skip to content

Releases: XxxKMSxxX/parquetkit

Release list

ParquetKit 1.0.0

Choose a tag to compare

@XxxKMSxxX XxxKMSxxX released this 12 Jul 06:57
Immutable release. Only release title and notes can be modified.

First public release.

ParquetKit — view, query and convert Parquet files entirely in your browser.

  • Parquet Viewer: schema, metadata and paginated rows the moment you drop a file. A 1.3 GB file opens in ~350 ms because only the metadata footer and visible row ranges are read (hyparquet).
  • SQL Workbench: the full DuckDB SQL dialect against local Parquet / CSV / JSON files, in a Web Worker. ⌘⏎ to run, one-click DESCRIBE / SUMMARIZE, CSV export.
  • Converters: Parquet ⇄ CSV / JSON / JSONL with multi-file batches, streamed by DuckDB-WASM.

There is no backend: the site is a static export, files are registered by reference and never leave your device.

https://parquetkit.com