Y
Hacker News
new
|
ask
|
show
|
jobs
by
rubenvanwyk
783 days ago
Can this read and write Parquet files to S3-compatible storage?
1 comments
kylebarron
783 days ago
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.
link