snix/tvix/castore/src/blobservice
Florian Klink 345cebaebb refactor(tvix/castore/blob): drop simplefs
This functionality is provided by the object store backend too
(using `objectstore+file://$some_path`).

This backend also supports content-defined chunking and compresses
chunks with zstd.

Change-Id: I5968c713112c400d23897c59db06b6c713c9d8cb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11205
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
2024-03-20 12:17:42 +00:00
..
chunked_reader.rs refactor(tvix/castore/blobsvc): use B3Digest Display impl 2024-03-18 16:10:05 +00:00
combinator.rs refactor(tvix/castore/blobsvc): use B3Digest Display impl 2024-03-18 16:10:05 +00:00
from_addr.rs refactor(tvix/castore/blob): drop simplefs 2024-03-20 12:17:42 +00:00
grpc.rs feat(tvix/castore/blobsvc/grpc): read data in chunks 2024-03-18 16:10:05 +00:00
memory.rs refactor(tvix/castore/blobservice): use io::Result in trait 2023-12-12 18:06:40 +00:00
mod.rs refactor(tvix/castore/blob): drop simplefs 2024-03-20 12:17:42 +00:00
naive_seeker.rs refactor(tvix): move castore into tvix-castore crate 2023-09-22 12:51:21 +00:00
object_store.rs feat(tvix/blobservice/object_store) more logging 2024-03-18 16:10:05 +00:00
sled.rs refactor(tvix/castore/blobservice): use io::Result in trait 2023-12-12 18:06:40 +00:00
tests.rs refactor(tvix/castore): address clippy 2023-12-09 12:58:39 +00:00