Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add introduction for ChubaoFS project #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ ps: 以下项目**star数均大于100**,且会定期检查项目的url,剔
|[emccode/rexray ](https://github.com/emccode/rexray)| REX-Ray 是一个 EMC {code} 团队领导的开源项目,为 Docker、Mesos 及其他容器运行环境提供持续的存储访问。其设计旨在囊括通用存储、虚拟化和云平台,提供高级的存储功能。 |
|[Terry-Mao/bfs ](https://github.com/Terry-Mao/bfs)| bfs 是使用 Go 编写的分布式文件系统(小文件存储)。 |
|[gostor/gotgt ](https://github.com/gostor/gotgt)| Gotgt 是使用 Go 编写的高性能、可扩展的 iSCSI target 服务。 |
|[chubaofs/chubaofs](https://github.com/chubaofs/chubaofs) | ChubaoFS(储宝文件系统) 是一个使用Go语言编写,为云原生应用(cloud native applications)设计的分布式文件系统和对象存储系统,目前已经成为[Cloud Native Computing Foundation](https://www.cncf.io/)(CNCF基金会)的[Sandbox项目](https://www.cncf.io/sandbox-projects/)。ChubaoFS提供可横向扩展的元数据管理、顺序写和随机写支持、多租户支持等特性。其存储引擎对大文件和小文件的读写都非常友好。ChubaoFS同时提供POSIX和S3兼容的对象存储接口,以及通过项目组提供的[CSI Driver](https://github.com/chubaofs/chubaofs-csi)及[Helm Chart](https://hub.helm.sh/charts/chubaofs/chubaofs)与您的Kubernates环境进行集成,更好的帮助有状态和无状态的应用实现存储计算分离。 |

# 分布式系统
| 项目 | 简介 |
Expand Down