From b81db289ce1f379271467e2b73d12967bdb530e8 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 14 Jun 2023 02:41:23 +0200 Subject: [PATCH] distributed fs: update descriptions as per official project descriptions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e62181f..6d63baa 100644 --- a/README.md +++ b/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`