1 مستودع
Layers that provide standard file system access to underlying storage architectures.
Distinguishing note: Focuses on POSIX-compliant mapping for object stores.
Explore 1 awesome GitHub repository matching data & databases · File System Interfaces. Refine with filters or upvote what's useful.
SeaweedFS is a distributed object store and high-performance file system designed to manage massive volumes of unstructured data. It utilizes a decoupled architecture that separates metadata management from raw data storage, allowing for independent scalability and the efficient handling of billions of files. By providing a POSIX-compliant interface, it enables applications to interact with a unified namespace while maintaining the performance characteristics of a distributed object store. The system distinguishes itself through a multi-region data fabric that supports active-active replicati
Provides a POSIX-compliant interface by mapping file paths and directory structures to an underlying object store.