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.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of Rust

Rust

Photo of WebAssembly

WebAssembly

Photo of Parquet-WASM

Parquet-WASM

Related news:

News photo

The Rust calling convention we deserve

News photo

Rust-Written LAVD Kernel Scheduler Shows Promising Results For Linux Gaming

News photo

Show HN: a Rust based CLI tool 'imgcatr' for displaying images