diff options
author | trociny <trociny@FreeBSD.org> | 2014-07-07 01:42:01 +0800 |
---|---|---|
committer | trociny <trociny@FreeBSD.org> | 2014-07-07 01:42:01 +0800 |
commit | 65e260ca6c757410383e71ff06bbc5ca75382edc (patch) | |
tree | 20c77b5409f2004945e031434c46919083ee4bd1 /databases/Makefile | |
parent | ef8fa85619d56d4eee5f46ee2fedc44bd7a9cd13 (diff) | |
download | freebsd-ports-gnome-65e260ca6c757410383e71ff06bbc5ca75382edc.tar.gz freebsd-ports-gnome-65e260ca6c757410383e71ff06bbc5ca75382edc.tar.zst freebsd-ports-gnome-65e260ca6c757410383e71ff06bbc5ca75382edc.zip |
Add leofs -- highly scalable, fault-tolerant distributed file
system.
LeoFS is a highly scalable, fault-tolerant distributed file system
for the Web.
LeoFS provides High Cost Performance Ratio. It allows you to build
LeoFS clusters using commodity hardware. LeoFS will require a smaller
cluster than other storage to achieve the same performance. LeoFS is
also very easy to setup and to operate.
LeoFS provides High Reliability thanks to its great design on top of
the Erlang/OTP capabilities. LeoFS system will stay up regardless of
software errors or hardware failures happening inside the cluster.
LeoFS provides High Scalability. Adding and removing nodes is simple
and quick, allowing you to react swiftly when your needs change. A
LeoFS cluster can be thought as elastic storage that you can stretch
as much and as often as you need.
WWW: http://leo-project.net/
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index ac67c77c7011..e0af49a5eced 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -133,6 +133,7 @@ SUBDIR += kyotocabinet SUBDIR += kyototycoon SUBDIR += ldb + SUBDIR += leofs SUBDIR += leveldb SUBDIR += libdbi SUBDIR += libdbi-drivers |