duckdb-dataprotocol v2workspace: none
How Anyfile's DuckDB Data Viewer Works
The selected file is registered with DuckDB-Wasm, queried read-only, and returned as Arrow batches for a virtualized table UI.
Viewing architecture
- 1A small format probe runs before the heavy runtime loads.
- 2DuckDB-Wasm and its Worker initialize only after viewer selection.
Main limitations
- — Cold start downloads or loads a multi-megabyte WASM bundle.
- — Nested data flattening and supported compression follow DuckDB.
MANIFEST
Formats declared by the plugin
Open-source projects and licenses
DuckDB-Wasm 1.32.0
MITRead-only local query engine and format readers.
Apache Arrow JS 17.0.0
Apache-2.0Columnar result batches exchanged with the table UI.