#storage #store #zarr #zarrs #object-store #array

zarrs_http

A synchronous http store for the zarrs crate

2 unstable releases

0.2.0 Nov 15, 2024
0.1.0 Sep 15, 2024

#2287 in Encoding

Download history 179/week @ 2024-09-12 27/week @ 2024-09-19 21/week @ 2024-09-26 8/week @ 2024-10-03 5/week @ 2024-10-17 3/week @ 2024-10-24 125/week @ 2024-11-14 6/week @ 2024-11-21 1/week @ 2024-11-28

132 downloads per month

MIT/Apache

130KB
2.5K SLoC

zarrs_http

Latest Version zarrs_http documentation msrv build

A synchronous http store for the zarrs Rust crate.

For asynchronous HTTP support, use zarrs_object_store or zarrs_opendal.

use zarrs_storage::ReadableStorage;
use zarrs_http::HTTPStore;

let http_store: ReadableStorage = Arc::new(HTTPStore::new("http://...")?);

Licence

zarrs_http 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

~5–16MB
~208K SLoC