From 68c0f034908bb4d485165d3d36f91c4a2b22341b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Alberto=20D=C3=ADaz=20Orozco=20=28Akiel=29?= Date: Tue, 28 Dec 2021 13:22:46 +0100 Subject: [PATCH] Add link to LizardFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LizardFS – Software Defined Storage is a distributed, scalable, fault-tolerant, and highly available file system. It allows combining disk space located on several servers into a single namespace visible on Unix-like and Windows systems in the same way as other file systems. LizardFS was inspired by the GoogleFS distributed file system that was introduced in 2010. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 673b68c..983fe29 100644 --- a/README.md +++ b/README.md @@ -283,6 +283,7 @@ * [GlusterFS](http://www.gluster.org/) - Scale-out network-attached storage file system. * [Go IPFS](https://github.com/ipfs/go-ipfs) - 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. * [HDFS](http://hadoop.apache.org/) - Distributed, scalable, and portable file-system written in Java for the Hadoop framework. +* [LizardFS](https://lizardfs.com/) - Distributed, scalable, fault-tolerant, and highly available file system. * [Lustre](http://lustre.org/) - Parallel distributed file system, generally used for large-scale cluster computing. * [Minio](https://minio.io/) - Minio is an open source object storage server compatible with Amazon S3 APIs. ([Source Code](https://github.com/minio/minio)) `Apache-2.0` `Go` * [MooseFS](http://www.moosefs.org/) - Fault tolerant, network distributed file system.