File Systems: Difference between revisions

Line 21: Line 21:
* [[mdraid]]
* [[mdraid]]


==Distributed File Systems and Object Stores==
==Object Stores==
* Minio - S3-compatible object store
* Ceph - joins drives across multiple computers. Has block, file, and object storage APIs.
* Rook - deployment of Ceph using Kubernetes
* SeaweedFS - joins drives across multiple computers to object storage APIs (incl. S3). Has file storage when paired with a database using the SeaweedFS Filer.
 
==Distributed File Systems==
* GlusterFS - joins filesystem directories across multiple computers
* GlusterFS - joins filesystem directories across multiple computers
* Ceph - joins drives across multiple computers. Has block, file, and object storage APIs.
* Ceph - joins drives across multiple computers. Has block, file, and object storage APIs.
* SeaweedFS - joins drives across multiple computers to object storage APIs (incl. S3). Has file storage when paired with a database using the SeaweedFS Filer.
* JuiceFS - creates a POSIX-compatable file storage using an S3 object storage and metadata database.
* JuiceFS - creates a POSIX-compatable file storage using an S3 object storage and metadata database.
* Rook - deployment of Ceph using Kubernetes
* Minio - S3-compatible object store


==Databases==
==Databases==