Browse Source

Add link to LizardFS

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.
pull/366/head
Jorge Alberto Díaz Orozco (Akiel) 4 years ago
committed by GitHub
parent
commit
68c0f03490
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      README.md

1
README.md

@ -283,6 +283,7 @@
* [GlusterFS](http://www.gluster.org/) - Scale-out network-attached storage file system. * [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. * [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. * [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. * [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` * [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. * [MooseFS](http://www.moosefs.org/) - Fault tolerant, network distributed file system.

Loading…
Cancel
Save