Compare commits

...

2 commits

Author SHA1 Message Date
sinavir bb63c0218a fix: Add readme 2024-10-09 10:24:25 +02:00
sinavir b125fa6b33 feat: Consistant names 2024-10-09 10:24:11 +02:00
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "multitier-tvix-cache" name = "multitenant-tvix-cache"
version = "0.2.0" version = "0.3.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

6
README.md Normal file
View file

@ -0,0 +1,6 @@
# multitenant-tvix-binary-cache
This is some wiring code to spawn as much narbridges you want and tvix
backend services composed using the store composition feature.
See https://git.dgnum.eu/DGNum/infrastructure/src/commit/e200ae53a4888fc526f4e40fc8245021721ba7dc/machines/storage01/tvix-cache/default.nix for a usage exemple