Is it possible to use the Icechunk Storage to set and get data outside the Repository? #838
-
|
I would like to know if I can use the Icechunk storage to write some parquet files outside the repository, something similar to what can be done if I use Fsspec but with the performance improvement of a package done in Rust like Icechunk (this would also avoid me the creation or use of fsspec in conjunction with Icechunk on the same project). Context: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
No. Icechunk is a backend for Zarr, not a replacement for fsspec. Look at |
Beta Was this translation helpful? Give feedback.
-
At this point in time, Icechunk isn't intended to be used as a general filesystem abstraction, but only for reading and writing zarr chunks. (If you want rust-powered speedup of general reads and writes to object storage you might be interested in obstore.)
This sounds quite convoluted - either you have a very unusual use case or you're doing something odd! 😁 Can you tell us more about your use case? |
Beta Was this translation helpful? Give feedback.
No. Icechunk is a backend for Zarr, not a replacement for fsspec. Look at
obstorefor that: https://github.com/developmentseed/obstore