fe7973fa7f
* feat: Add cache layer for write operations Signed-off-by: Xuanwo <github@xuanwo.io> * fix: Cache not started Signed-off-by: Xuanwo <github@xuanwo.io> * fix write not correctly Signed-off-by: Xuanwo <github@xuanwo.io> * format imports Signed-off-by: Xuanwo <github@xuanwo.io> |
||
---|---|---|
.github | ||
cmd/beyondfs | ||
docs/rfcs | ||
fuse/hanwen | ||
meta | ||
vfs | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
Makefile | ||
README.md | ||
go.mod | ||
go.sum |
README.md
BeyondFS
A high-performance, POSIX-ish File System based on beyondstorage/go-storage.
Design
- Only cache metadata
- Sharable
- POSIX-ish
Refer to RFC-5: BeyondFS Design to know more.
Current Status
We are working on implement a POSIX-ish file system that only caches metadata locally