Skip to content

auser/erlfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A distributed storage system which uses distributed Erlang strongly influenced by http://dawsdesign.com/drupal/erlfs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages