snix/tvix/store/src
Ilan Joselevich 9f10a71ec5 feat(tvix/store): add redb PathInfoService
This provides a PathInfoService implementation using redb
(https://github.com/cberner/redb) as the underlying storage engine.

Both an in-memory variant, as well as a filesystem one is provided,
similar how it's done with the sled implementation.

Supersedes: https://cl.tvl.fyi/c/depot/+/11692
Change-Id: I744619c51bf2efd0fb63659b12a27cbe0b2fd6fc
Signed-off-by: Ilan Joselevich <personal@ilanjoselevich.com>
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11995
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-07-22 18:49:04 +00:00
..
bin feat(tvix/store): add grpc healthcheck service to daemon 2024-07-22 15:57:30 +00:00
nar feat(tvix/store): display progress for NAR calculation 2024-06-17 09:47:54 +00:00
pathinfoservice feat(tvix/store): add redb PathInfoService 2024-07-22 18:49:04 +00:00
proto fix(tvix/store): add missing nar_info::ca::Hash::TextSha256 2024-07-20 16:35:07 +00:00
tests chore(tvix/store): migrate import.rs and tests/pathinfo.rs to rstest 2024-04-19 19:22:10 +00:00
composition.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
import.rs refactor(tvix/glue): take &CAHash, not CAHash 2024-06-26 04:51:31 +00:00
lib.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
utils.rs feat(tvix): add experimental-store-composition option 2024-07-22 13:36:08 +00:00