Get the latest tech news
Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet data
Rust-based WebAssembly bindings to read and write Apache Parquet data - kylebarron/parquet-wasm
The sync API is simpler but requires fetching the entire Parquet buffer in advance, which is often prohibitive. Tl;dr: When you have a Table object (resulting from readParquet), try the new Table.intoFFI API to move it to JavaScript memory. If you install the Rust toolchain and wasm-pack(see Development), you can create a custom build with only the compression codecs you require.
Or read this on Hacker News