#storage-api #store #data-store #zarr #zarrs #storage #amazon-s3

zarrs_storage

The storage API and default stores for the zarrs crate

7 releases

0.3.0 Nov 15, 2024
0.2.2 Oct 17, 2024
0.2.1 Sep 22, 2024
0.1.2 Sep 2, 2024

#975 in Encoding

Download history 382/week @ 2024-08-31 29/week @ 2024-09-07 202/week @ 2024-09-14 275/week @ 2024-09-21 64/week @ 2024-09-28 19/week @ 2024-10-05 197/week @ 2024-10-12 103/week @ 2024-10-19 72/week @ 2024-10-26 60/week @ 2024-11-02 182/week @ 2024-11-09 634/week @ 2024-11-16

950 downloads per month
Used in 9 crates (7 directly)

MIT/Apache

120KB
2.5K SLoC

zarrs_storage

Latest Version zarrs_storage documentation msrv build

The storage API for the zarrs Rust crate.

A Zarr store is a system that can be used to store and retrieve data from a Zarr hierarchy. For example: a filesystem, HTTP server, FTP server, Amazon S3 bucket, ZIP file, etc. The Zarr V3 storage API is detailed here: https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#storage.

This crate includes an in-memory store implementation. See zarrs storage support for a list of stores that implement the zarrs_storage API.

Licence

zarrs_storage 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

~1.3–6.5MB
~44K SLoC