Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Direct upload to cloud #24

Open
govthamreddy opened this issue Nov 20, 2020 · 2 comments
Open

Direct upload to cloud #24

govthamreddy opened this issue Nov 20, 2020 · 2 comments

Comments

@govthamreddy
Copy link

Is there anyway to upload parquet file directly to cloud without creating a local file?

@dobesv
Copy link
Contributor

dobesv commented Dec 28, 2020

You can write a parquet file one row group at a time using the ParquetTransformer, and pass those onto your client library for your cloud storage.

@dobesv
Copy link
Contributor

dobesv commented Dec 28, 2020

See also https://stackoverflow.com/questions/37336050/pipe-a-stream-to-s3-upload which shows an example of how to pass through a writable stream to the AWS client.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants