Browse Source

distributed fs: update descriptions as per official project descriptions

pull/499/head
nodiscc 11 months ago
parent
commit
b81db289ce
No known key found for this signature in database GPG Key ID: 67FC4266A4B6909
  1. 6
      README.md

6
README.md

@ -314,9 +314,9 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s
*Network distributed filesystems.*
- [Ceph](https://ceph.com/) - Distributed object store and file system. ([Source Code](https://github.com/ceph/ceph))
- [DRBD](https://linbit.com/drbd/) - Distributed Replicated Block Device. ([Source Code](https://github.com/LINBIT/drbd))
- [GlusterFS](https://www.gluster.org/) - Scale-out network-attached storage file system. ([Source Code](https://github.com/gluster/glusterfs))
- [Ceph](https://ceph.com/) - Distributed object, block, and file storage platform. ([Source Code](https://github.com/ceph/ceph))
- [DRBD](https://linbit.com/drbd/) - Distributed replicated storage system, implemented as a Linux kernel driver. ([Source Code](https://github.com/LINBIT/drbd))
- [GlusterFS](https://www.gluster.org/) - Software-defined distributed storage that can scale to several petabytes, with interfaces for object, block and file storage. ([Source Code](https://github.com/gluster/glusterfs))
- [Kubo](https://github.com/ipfs/kubo) - Implementation of [IPFS](http://ipfs.io/), a global, versioned, peer-to-peer filesystem that seeks to connect all computing devices with the same system of files.
- [Hadoop Distributed Filesystem (HDFS)](https://hadoop.apache.org/) - Distributed, scalable, and portable file-system written in Java for the Hadoop framework. ([Source Code](https://github.com/apache/hadoop))
- [JuiceFS](https://juicefs.com/) - Distributed POSIX file system built on top of Redis and S3. ([Source Code](https://github.com/juicedata/juicefs)) `Apache-2.0` `Go`

Loading…
Cancel
Save