Comment on Parquet-WASM: Rust-based WebAssembly bindings to read and write Parquet dataComments−rubenvanwyk2yCan this read and write Parquet files to S3-compatible storage?−kylebarronOP2yIt can read from HTTP urls, but you'd need to manage signing the URLs yourself. On the writing side, it currently writes to an ArrayBuffer, which then you could upload to a server or save on the user's machine.
Comments
Can this read and write Parquet files to S3-compatible storage?
It can read from HTTP urls, but you'd need to manage signing the URLs yourself. On the writing side, it currently writes to an ArrayBuffer, which then you could upload to a server or save on the user's machine.