常见的分布式文件系统有,GFS、HDFS、Lustre 、Ceph 、GridFS 、mogileFS、TFS、FastDFS等。各自适用于不同的领域。它们都不是系统级的分布式文件系统,而是应用级的分布式文件存储服务。 Google学术论文,这是众多分布式文件系统的起源 Google File Sy ...
分类:
其他好文 时间:
2017-02-19 16:52:43
阅读次数:
222
分布式服务:Dubbo+Zookeeper+Proxy+Restful 分布式消息中间件:KafKa+Flume+Zookeeper 分布式缓存:Redis 分布式文件:FastDFS 负载均衡:Keepalived+Nginx+Proxy(三重负载) ...
分类:
编程语言 时间:
2017-02-07 19:07:12
阅读次数:
441
一、系统安装目录 源代码包目录 /data/wwwroot libevent安装目录 /usr/local/libevent FastDFS安装目录 /data/fastdfs nginx安装目录 /data/nmp/nginx 二、下载FastDFS安装包 二、下载FastDFS安装包 https ...
分类:
系统相关 时间:
2017-01-26 17:22:54
阅读次数:
1468
安装FastDFS之前,先安装libevent工具包。然后要安装libfastcommon和FastDFS,还要依赖nginx来显示图片。 1安装libevent yum -y install libevent 2安装libfastcommonV1.0.7工具包解压后进行目录 ./ make.sh ...
分类:
其他好文 时间:
2017-01-24 16:09:13
阅读次数:
181
关于文件服务器很多实现方法,比如采用阿里的分布式文件系统FastDFS,以及自己内部搭建FTP服务器,这里记录一下关于nginx搭建FTP文件系统流程。 ftp服务器搭建的步骤网上也是很多,这里贴一下具体流程,方便以后参考: 默认ftp的路径是在/etc/vsftpd,这时候进入 home目录就可以 ...
分类:
其他好文 时间:
2017-01-22 16:23:32
阅读次数:
457
基础环境说明6台服务器两台tracker4台storages192.168.56.131tracker服务器edu-dfs-tracker-1192.168.56.132tracker服务器edu-dfs-tracker-2192.168.56.135storage服务器edu-dfs-storage-group1-1192.168.56.136storage服务器edu-dfs-storage-group1-2192.168.56.137storage服..
分类:
其他好文 时间:
2017-01-22 03:52:05
阅读次数:
312
介绍 架构分析(http://blog.csdn.net/MONKEY_D_MENG/article/details/6038133) FastDFS是一个开源的轻量级分布式文件系统,它对文件进行管理,功能包括:文件存储、文件同步、文件访问(文件上传、文件下载)等,解决了大容量存储和负载均衡的问题。 ...
分类:
其他好文 时间:
2017-01-20 12:12:49
阅读次数:
298
V11FastDFS一、概念:https://github.com/happyfish100/fastdfsFastDFSisanopensourcehighperformancedistributedfilesystem(DFS).It‘smajorfunctionsinclude:filestoring,filesyncingandfileaccessing,anddesignforhighcapacityandloadbalance.https://github.com/happyfish10..
分类:
其他好文 时间:
2017-01-14 23:28:18
阅读次数:
908
实验环境:实验的系统;Centos7.2_x86.64源码包文件1;fastdfs-master源码包文件2;libfastcommon-master去github作者的站点克隆上面两个源码包文件gitclonehttps://github.com/happyfish100/fastdfs.gitgitclonehttps://github.com/happyfish100/libfastcommon.git查看源码文..
分类:
其他好文 时间:
2017-01-11 14:53:03
阅读次数:
271