From e8a5c27adaabfc53a544142b981b37b8b5cebb36 Mon Sep 17 00:00:00 2001 From: simotrone Date: Tue, 9 Sep 2014 07:07:43 +0700 Subject: network/skylable-sx: Added (distributed data storage cluster). Signed-off-by: Willy Sudiarto Raharjo --- network/skylable-sx/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 network/skylable-sx/README (limited to 'network/skylable-sx/README') diff --git a/network/skylable-sx/README b/network/skylable-sx/README new file mode 100644 index 0000000000..6a0f9de8cf --- /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. -- cgit v1.2.3