diff options
author | simotrone <simotrone@gmail.com> | 2014-09-09 07:07:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-09 07:07:43 +0700 |
commit | e8a5c27adaabfc53a544142b981b37b8b5cebb36 (patch) | |
tree | 84084ebe1c7d5f2a36ed4b38f160809456bf9679 /network/skylable-sx/README | |
parent | 8e49294172639ef211d383791380fa9aae3ac13d (diff) |
network/skylable-sx: Added (distributed data storage cluster).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/skylable-sx/README')
-rw-r--r-- | network/skylable-sx/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/skylable-sx/README b/network/skylable-sx/README new file mode 100644 index 0000000000000..6a0f9de8cff43 --- /dev/null +++ b/network/skylable-sx/README @@ -0,0 +1,18 @@ +Sx is a reliable, fully distributed cluster solution for your data storage +needs. With Sx you can aggregate the disk space available on multiple servers +and merge it into a single storage system. The cluster makes sure that your data +is always replicated over multiple nodes (the exact number of copies is defined +by the sysadmin) and synchronized. + +Additionally Sx has built-in support for deduplication, client-side encryption, +on-the-fly compression and much more. + +To start immediately, read the quickguide! + +NOTE 1: Everything needed by sx and not in the system will be built statically. + If you prefer (like me) system libs get yajl and fcgi from SBo. + Also sqlite3 3.8.4.3 can be linked dinamically but you must compile it + by source (target the lib64 if x86_64 is your system arch). + +NOTE 2: To build only a client, uncomment the ONLY_CLIENT parameter in + skylable-sx.SlackBuild. |