Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auser/erlfs
A distributed storage system which uses distributed Erlang strongly influenced by http://dawsdesign.com/drupal/erlfs
https://github.com/auser/erlfs
Last synced: 2 months ago
JSON representation
A distributed storage system which uses distributed Erlang strongly influenced by http://dawsdesign.com/drupal/erlfs
- Host: GitHub
- URL: https://github.com/auser/erlfs
- Owner: auser
- License: mit
- Created: 2009-01-07T20:19:27.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-01-15T22:07:21.000Z (almost 16 years ago)
- Last Synced: 2024-10-12T10:17:47.424Z (3 months ago)
- Language: Erlang
- Homepage:
- Size: 120 KB
- Stars: 26
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
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)