xarray-sql icon indicating copy to clipboard operation
xarray-sql copied to clipboard

Zarr to Datafusion ListingTable Adapter

Open alxmrs opened this issue 1 year ago • 1 comments

https://docs.rs/datafusion/latest/datafusion/datasource/listing/struct.ListingTable.html

Can we write a Zarr parser in Rust that reads chunks, unravels them, and packages them in partitions as a ListingTable?

This could be one way to implement #4.

alxmrs avatar Feb 21 '24 06:02 alxmrs

Something like this is being implemented in #69.

alxmrs avatar Sep 27 '25 19:09 alxmrs