S3 & URL
View Parquet files on S3 — without downloading them
Checking one Parquet file in a bucket should not require aws s3 cp, a notebook, or an Athena query. viewparquet points DuckDB-WASM straight at the object: paste a public HTTPS or presigned URL, an s3:// path, or connect a private bucket with access keys.
DuckDB reads only the byte ranges a query needs — footer first, then just the relevant columns and row groups — so a quick look at a multi-gigabyte remote file transfers megabytes, not gigabytes. Requests go directly from your browser to the bucket; credentials are stored in your browser and never pass through viewparquet servers. AWS S3, Cloudflare R2, Google Cloud Storage, and MinIO all work.
Try it on your own file
Drop a Parquet, GeoParquet, CSV, or JSON file into viewparquet — browse rows, run DuckDB SQL, and export results, all locally in your browser. Nothing is uploaded.