README: brief introduction of FastCFS

pull/498/head
YuQing 2021-03-20 20:49:26 +08:00
parent 8f661a1b64
commit 65b1f68a53
2 changed files with 10 additions and 1 deletions

View File

@ -44,3 +44,8 @@ Client test code use client library please refer to the directory: client/test.
For more FastDFS related articles, please subscribe the Wechat/Weixin public account
(Chinese Language): fastdfs
FastDFS is a lightweight object storage solution. If you need a general distributed
file system for databases, K8s and virtual machines (such as KVM), you can learn about
[FastCFS](https://github.com/happyfish100/FastCFS) which achieves strong data consistency
and high performance.

View File

@ -7,7 +7,8 @@
FastDFS的架构比较简单如下图所示
![architect](images/architect.png)
FastDFS特点如下
```
FastDFS特点
1分组存储简单灵活
2对等结构不存在单点
3文件ID由FastDFS生成作为文件访问凭证。FastDFS不需要传统的name server或meta server
@ -16,5 +17,8 @@
6提供了nginx扩展模块可以和nginx无缝衔接
7支持多线程方式上传和下载文件支持断点续传
8存储服务器上可以保存文件附加属性。
```
FastDFS更多更详细的功能和特性介绍请参阅FastDFS微信公众号的其他文章搜索公众号fastdfs。
FastDFS是轻量级的对象存储解决方案如果你在数据库、K8s和虚拟机如KVM等场景需要使用通用分布式文件系统可以了解一下保证数据强一致性且高性能的[FastCFS](https://gitee.com/fastdfs100/FastCFS)。