#store #zarrs #zarr #storage #array

zarrs_opendal

opendal store support for the zarrs crate

4 releases (2 breaking)

0.3.1 Sep 23, 2024
0.3.0 Sep 18, 2024
0.2.0 Sep 15, 2024
0.1.0 Sep 2, 2024

#1885 in Encoding

Download history 162/week @ 2024-09-02 82/week @ 2024-09-09 333/week @ 2024-09-16 240/week @ 2024-09-23 40/week @ 2024-09-30 8/week @ 2024-10-07 8/week @ 2024-10-14

323 downloads per month
Used in zarrs

MIT/Apache

135KB
2.5K SLoC

zarrs_opendal

Latest Version opendal 0.50 zarrs_opendal documentation msrv build

opendal store support for the zarrs Rust crate.

use zarrs_storage::AsyncReadableStorage;
use zarrs_opendal::AsyncOpendalStore;

let builder = opendal::services::Http::default().endpoint("http://...");
let operator = opendal::Operator::new(builder)?.finish();
let store: AsyncReadableStorage = Arc::new(AsyncOpendalStore::new(operator));

Version Compatibility Matrix

See doc/version_compatibility_matrix.md.

Licence

zarrs_opendal is licensed under either of

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~13–24MB
~368K SLoC