# beyond-fs **Repository Path**: beyondstorage/beyond-fs ## Basic Information - **Project Name**: beyond-fs - **Description**: A high-performance, POSIX-ish File System based on beyondstorage/go-storage - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 3 - **Created**: 2021-09-06 - **Last Updated**: 2024-05-15 ## Categories & Tags **Categories**: distributed-storage **Tags**: None ## 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)