(rust/ python) Copy data from one operator to another #5692
-
|
For a file, glob pattern or directory on one operator (local fs) i want to copy data (recursively?) to remote object store (s3, gcs ...) in the most efficient (preferably in zero-copy or near zero-copy) manner. I wanted to do this in python with the efficient chunked reader and writer but those APIs are not are not available and In rust, the APIs are available but the Question: So is there a way to improve these? Python snippet Rust snippet |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
CC @Xuanwo |
Beta Was this translation helpful? Give feedback.
-
|
For the Rust part, I think we can expose For the Python part, I'm not sure what "the efficient chunked reader and writer" refers to. Are you talking about OpenDAL's chunked |
Beta Was this translation helpful? Give feedback.
-
|
See comment |
Beta Was this translation helpful? Give feedback.
See comment