Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibaba/tfs
TFS (Taobao File System) is a distributed file system similar to GFS.
https://github.com/alibaba/tfs
Last synced: 3 months ago
JSON representation
TFS (Taobao File System) is a distributed file system similar to GFS.
- Host: GitHub
- URL: https://github.com/alibaba/tfs
- Owner: alibaba
- License: gpl-2.0
- Archived: true
- Created: 2012-07-25T09:05:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T10:56:39.000Z (almost 8 years ago)
- Last Synced: 2024-09-21T15:51:14.289Z (3 months ago)
- Language: C++
- Homepage: http://tfs.taobao.org
- Size: 1.53 MB
- Stars: 1,237
- Watchers: 155
- Forks: 457
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- Awesome-GitHub-Repo - tfs - 分布式文件系统。这是一个高可扩展、高可用、高性能、面向互联网服务的分布式文件系统。[<img src="https://tva1.sinaimg.cn/large/008i3skNly1gxlhtmg11mj305k05k746.jpg" alt="微信" width="18px" height="18px" />](https://mp.weixin.qq.com/s?__biz=MzUxNjg4NDEzNA%3D%3D&chksm=f9a22984ced5a092b79362bb18932e8895ed01dba198513522bf50bec33c1458dd29805bd4da&idx=1&mid=2247498317&scene=21&sn=8d67a6067e8a30d2bc6548c3756621ad#wechat_redirect) (大厂开源 / 阿里开源)
README
Welcome to TFS!
---------------
TFS is a distributed file system developed by Taobao.com.Overview
--------
Aiming at a distributed file system with high availability, high performance and low cost, TFS is a linux-based file system which provides high reliability and concurrent access by redundancy, backup and load balance technology.
TFS is mainly designed for small files less than 1MB in size. It adopts flat structure instead of the traditional directory structure. TFS will generate a 18 byte length filename after storing data uploaded by users. Users can access their data by the uniqle filename.Documents
---------
### [Install](https://github.com/alibaba/tfs/blob/master/INSTALL.md)
### [Deploy](https://github.com/alibaba/tfs/blob/master/DEPLOY.md)Licence
-------
GNU General Public License v2Contribution
------------
This project is still in development stage, many bugs are not fixed or found yet. feel free to submit bugs if you find them. If you have any question or feedback, please contact and join us, we appreciate your kindly contribution.