Convert your Parquet files to NDJSON (JSON Lines) — one JSON object per line, ideal for streaming ingestion and large-file pipelines. Runs locally in your browser.
Drop or choose a .parquet file; it is decoded locally and an .ndjson file with one JSON object per line is downloaded. Large files can stream straight to disk in Chromium-based browsers. No upload.
NDJSON (JSON Lines) flows cleanly into BigQuery loads, log shippers, and machine-learning pipelines, processing one record at a time instead of holding the whole file in memory.
Rows are converted right in your browser — nothing is uploaded anywhere. Decoding runs locally through WebAssembly.