1
0
mirror of https://github.com/n1trux/awesome-sysadmin.git synced 2025-03-14 06:38:11 +00:00

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.
This commit is contained in:
Jorge Alberto Díaz Orozco (Akiel) 2021-12-28 13:22:46 +01:00 committed by GitHub
parent 337aa2ccfd
commit 68c0f03490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.