Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Juicefs | 8,102 | 1 | 17 hours ago | 119 | August 08, 2022 | 105 | apache-2.0 | Go | ||
JuiceFS is a distributed POSIX file system built on top of Redis and S3. | ||||||||||
Glusterfs | 4,105 | 10 days ago | 217 | gpl-2.0 | C | |||||
Gluster Filesystem : Build your distributed storage in minutes | ||||||||||
Lizardfs | 906 | 2 months ago | 321 | gpl-3.0 | C++ | |||||
LizardFS is an Open Source Distributed File System licensed under GPLv3. | ||||||||||
Tifs | 290 | 10 months ago | apache-2.0 | Rust | ||||||
A distributed POSIX filesystem based on TiKV, with partition tolerance and strict consistency. | ||||||||||
Sealfs | 59 | 2 days ago | 13 | apache-2.0 | Rust | |||||
The storage system of sealos, aims to be a high-performance, high-reliability, and auto-scaling distributed file system | ||||||||||
File_management_sys | 23 | 3 years ago | apache-2.0 | Java | ||||||
file_management_sys 是一个文件共享系统,包括前端文件展示系统和后台管理系统,基于SpringBoot + MyBatis实现。前端文件展示系统包括文件分类和展示界面,文件搜索和文件上传等模块。后台管理系统包含文件管理,权限管理等模块。 | ||||||||||
Yfscpp11 | 22 | 4 years ago | C++ | |||||||
yfs是一个分布式文件系统(mit6.824) | ||||||||||
Ipfs Chat | 21 | 2 years ago | 2 | JavaScript | ||||||
Distributed peer-to-peer chat using IPFS | ||||||||||
Ucz Dfs | 14 | 2 years ago | 1 | apache-2.0 | Rust | |||||
A distributed file system written in Rust. | ||||||||||
Cfsnet | 11 | 4 | 4 | 2 years ago | 5 | April 30, 2021 | mit | JavaScript | ||
The Conflict-Free File System Network |
Gluster is a software defined distributed storage that can scale to several petabytes. It provides interfaces for object, block and file storage.
The development workflow is documented in Contributors guide
The Gluster documentation can be found at Gluster Docs.
Quick instructions to build and install can be found in INSTALL file.
GlusterFS source contains some functional tests under tests/
directory. All
these tests are run against every patch submitted for review. If you want your
patch to be tested, please add a .t
test file as part of your patch submission.
You can also submit a patch to only add a .t
file for the test case you are
aware of.
To run these tests, on your test-machine, just run ./run-tests.sh
. Don't run
this on a machine where you have 'production' glusterfs is running, as it would
blindly kill all gluster processes in each runs.
If you are sending a patch, and want to validate one or few specific tests, then run a single test by running the below command.
bash# /bin/bash ${path_to_gluster}/tests/basic/rpc-coverage.t
You can also use prove
tool if available in your machine, as follows.
bash# prove -vmfe '/bin/bash' ${path_to_gluster}/tests/basic/rpc-coverage.t
The list of Gluster maintainers is available in MAINTAINERS file.
Gluster is dual licensed under GPLV2 and LGPLV3+.
Please visit the Gluster Home Page to find out more about Gluster.