https://github.com/beyondstorage/beyond-fs
A high-performance, POSIX-ish File System based on beyondstorage/go-storage
https://github.com/beyondstorage/beyond-fs
filesystem fuse storage
Last synced: 3 months ago
JSON representation
A high-performance, POSIX-ish File System based on beyondstorage/go-storage
- Host: GitHub
- URL: https://github.com/beyondstorage/beyond-fs
- Owner: beyondstorage
- License: apache-2.0
- Created: 2021-05-07T10:00:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T19:37:25.000Z (almost 3 years ago)
- Last Synced: 2025-06-19T14:50:11.958Z (12 months ago)
- Topics: filesystem, fuse, storage
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# BeyondFS
A high-performance, POSIX-ish File System based on [beyondstorage/go-storage](https://github.com/beyondstorage/go-storage).
## Design
- Only cache metadata
- Sharable
- POSIX-ish
Refer to [RFC-5: BeyondFS Design](./docs/rfcs/5-beyond-fs-design.md) to know more.
## Current Status
We are working on [implement a POSIX-ish file system that only caches metadata locally](https://github.com/beyondstorage/beyond-fs/issues/8)