public
Description: A distributed storage system which uses distributed Erlang strongly influenced by http://dawsdesign.com/drupal/erlfs
Homepage:
Clone URL: git://github.com/auser/erlfs.git
Ari Lerner (author)
Thu Jan 15 14:07:10 -0800 2009
commit  0927cf4653e2fffdd6bf2ce4c1038c0a350ec9cd
tree    3952156fd371d04f7e50785e80d98e0d5aeca8b3
parent  e70b863020f7c6d33ad500dbaa3cde6ede29004f
erlfs /
name age message
directory .svn/ Wed Jan 07 12:20:03 -0800 2009 first commit [auser]
file LICENSE Wed Jan 07 12:20:03 -0800 2009 first commit [auser]
file Makefile Wed Jan 07 12:20:03 -0800 2009 first commit [auser]
file README.txt Thu Jan 15 14:07:10 -0800 2009 Updated readme slightly [Ari Lerner]
file _build.cfg Wed Jan 07 12:20:03 -0800 2009 first commit [auser]
directory lib/ Fri Jan 09 14:59:01 -0800 2009 Adding basic ring server [Ari Lerner]
directory priv/ Wed Jan 07 12:20:03 -0800 2009 first commit [auser]
README.txt
ErlFS, a distributed storage system which uses distributed Erlang at it's core. The idea is that it splits files into 
chunks and copies them, redundantly over multiple disks on multiple machines. This system should scale nearly linearly-- 
that is, the more machines/disks you add, the more storage, throughput, response and reliability you get.

Each node keeps track of where the file chunks are located and will load balance automatically.

- Matt Williamson (http://dawsdesign.com/drupal/erlfs)
- Ari Lerner (http://blog.xnot.org)