zstd-seekable-s3

Crates.iozstd-seekable-s3
lib.rszstd-seekable-s3
version0.8.0
sourcesrc
created_at2021-01-29 04:22:49.364595
updated_at2022-05-25 04:19:59.857735
descriptionSeekable zstd-compressed S3 objects.
homepagehttps://github.com/Fuuzetsu/zstd-seekable-s3
repositoryhttps://github.com/Fuuzetsu/zstd-seekable-s3
max_upload_size
id347880
size98,233
Mateusz Kowalczyk (Fuuzetsu)

documentation

README

zstd-seekable-s3 Actions Status: build

This is a wrapper over zstd_compressed and rusoto packages. It retrofits S3 objects with seeking via the HTTP range header and implements a decompression layer on top of anything we can read/seek. The result is that we can read S3 objects that were compressed with (seekable) zstd and only fetch the parts of the file we're interested as if we were working on uncompressed data but without actually paying any bandwidth or storage costs that come with storing uncompressed data.

See the examples directory for a potential way to use it.

This package is currently in experimental state, do expect the API to change.

Commit count: 28

cargo fmt