集群文件存储系统-Hados
Hados(High Availability Distributed Object Storage) 是一个用来将文件存储到一组服务器集群的解决方案。其目的是提供高可用的文件存储,同一个文件存储在多个节点上。提供 RESTful API 来轻松的存储、检查和获取文件。需要注意的是:Hados 没有主节点的概念,Hados 采用 C 语言开发,支持 Linux 和 OS X 系统,采用GPL协议授权。HADOS is a server software for storing files in a cluster of server. The goal of Hados is to handle high availability by storing copy of the same file on several nodes.
HADOS provides RESTFUL APIs to easily store, check or retrieve files. Using the powerful cluster APIs you can retrieve the files whatever the node that hosts it.
To avoid any single point of failure, it is possible to apply a request to any node of the cluster, there is no master node.
最新版本:0.2
项目主页:https://github.com/emmanuel-keller/hados