How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, xDC replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. Enterprise version is at seaweedfs.com.
The main features of chrislusf/seaweedfs are: Data Storage and Search, Distributed File Systems, Distributed Filesystems, File Storage Systems, File Systems, More to explore, Software Tools.
Projects with overlapping indexed features include: juicedata/juicefs — JuiceFS is a distributed file system designed to mount object storage as a local, POSIX-compliant drive. It functions… fsnotify/fsnotify — fsnotify is a cross-platform filesystem notification library that provides a programming interface for tracking file… ceph/ceph — Ceph is a unified, software-defined storage platform designed to provide object, block, and file storage services from… cyberchitta/llm-context.py — Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between… filebrowser/filebrowser — File Browser is a self-hosted application that provides a web-based interface for managing files and directories on a… efforthye/fast-filesystem-mcp — Advanced filesystem operations for Claude Desktop with large file handling capabilities and Claude-optimized features.
JuiceFS is a distributed file system designed to mount object storage as a local, POSIX-compliant drive. It functions as a cloud-native persistent storage layer that decouples file metadata from raw data, storing metadata in a transactional database while keeping data blocks in object storage. This architecture enables multiple hosts across different regions to access the same storage simultaneously while maintaining strong consistency. The system distinguishes itself by performing data processing, including compression and encryption, directly on the client side before transmission. By split
Advanced filesystem operations for Claude Desktop with large file handling capabilities and Claude-optimized features.
Ceph is a unified, software-defined storage platform designed to provide object, block, and file storage services from a single distributed cluster. By decoupling data management from physical hardware, it enables elastic scaling across commodity hardware, allowing organizations to build large-scale storage infrastructure without reliance on proprietary vendor equipment. The system distinguishes itself through a shared-nothing, distributed architecture that utilizes deterministic hashing for data placement. This approach eliminates centralized metadata bottlenecks, allowing the cluster to sca
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.