WebDFS

WebDFS
Developer(s) Shane Hill
Stable release 0.12 / October 12, 2009; 2 years ago (2009-10-12)
Operating system Linux
Type Distributed file system
License New_BSD_license
Website google code repo

An Open Source Distributed File System that can be used behind an HTTP server (Apache, lighttpd, etc) to implement a highly scalable DFS for storing images, etc.

webDFS is mostly based on the algorithms described in these papers ( PDF ):

http://users.soe.ucsc.edu/~elm/Papers/ipdps03.pdf

http://users.soe.ucsc.edu/~elm/Papers/ipdps04.pdf

http://www.ssrc.ucsc.edu/Papers/weil-sc06.pdf

The algorithms come from a family of algorithms known as the RUSH family; Replication Under Scalable Hashing. If built correctly, a system built on the RUSH algorithms will have the following characteristics: (some of the text below is taken from the algorithm whitepaper)

External links