Parquet Viewer — DBConvertOpen a .parquet file in the editor: schema, row groups, codec, and SQL across several files at once. Nothing leaves your machine.
What the file tells you before a row is readParquet keeps its schema and its statistics in the footer, so the shape of the file is known without scanning it. All of this appears the moment you open it:
Several files at onceSelect more than one
Same format only. Joining a Parquet file to a JSONL one is a different job, and that one is DBConvert Streams. What it does not doIt is read-only — Where the file goesNowhere. The editor reads it from disk and hands it to the panel; the panel parses it with WebAssembly in the editor itself. There is no server, no account, and no network call. The other twoSame viewer, one per format — install only the one you need, so a SQLite user never downloads the Parquet engine. Built by DBConvert. The same viewer runs in a browser tab at streams.dbconvert.com/parquet-viewer if you would rather not install anything. |

