JuiceFS
Distributed POSIX filesystem that stores data on object storage like S3, combining familiar filesystem semantics with cloud-scale storage.
Overview
JuiceFS presents a standard POSIX filesystem interface - so existing applications can read and write to it like any local disk - while actually storing the data in an object storage backend such as S3, MinIO, or similar, with metadata kept separately for fast access. This lets teams get filesystem semantics on top of cheap, durable object storage.
JuiceFS is a fit for teams that need POSIX filesystem compatibility for tools or workloads that can't talk to object storage APIs directly, a different access pattern than MinIO or SeaweedFS's native object-storage interfaces already in this catalog.
- Categories
- Storage
- Languages
- Go
- License
- Apache-2.0
Related Projects
CubeFS
Apache-2.0Distributed filesystem and object storage system built for cloud-native, large-scale data-intensive applications.
- Storage
MinIO
AGPL-3.0High-performance, S3-compatible object storage system for self-hosted and hybrid cloud deployments.
- Storage
Ceph
LGPL-2.1Industry-standard distributed storage system providing object, block, and file storage from a single unified cluster.
- Storage
Nextcloud
AGPL-3.0Self-hosted productivity platform for file sync and share, collaboration and communication.
- Storage
Spotted an error? Suggest an edit on GitHub.