f0f347ea3f
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/zap/compare/v1.18.1...v1.19.0) --- updated-dependencies: - dependency-name: go.uber.org/zap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.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