Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alimy/tfs
TFS (Taobao File System) is a distributed file system similar to GFS.[Just a set of TFS publish releases]
https://github.com/alimy/tfs
Last synced: 7 days ago
JSON representation
TFS (Taobao File System) is a distributed file system similar to GFS.[Just a set of TFS publish releases]
- Host: GitHub
- URL: https://github.com/alimy/tfs
- Owner: alimy
- License: gpl-2.0
- Created: 2016-01-10T14:33:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T14:59:50.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T19:57:38.414Z (27 days ago)
- Language: C++
- Homepage: http://tfs.taobao.org
- Size: 2.55 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Welcome to TFS! TFS is a distributed file system developed by Taobao.com.
===================================================================http://code.taobao.org/trac/tfs/wiki/ZhWikiStart
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.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.