简体   繁体   English

云对象存储

[英]Cloud object storage

I wish to offer a cloud based object storage system to my customers. 我希望为我的客户提供基于云的对象存储系统。 For this I would need a software able to handle multi-user, multi-domain and multi-tenant and local SAN, as storing the data on S3 or other external CDN's etc. is not an option. 为此,我将需要一个能够处理多用户,多域,多租户和本地SAN的软件,因为无法将数据存储在S3或其他外部CDN等上。 Multi-tier storage could be an option as well. 也可以选择多层存储。 Multi protocol to access and store data like WebDAV or any other protocols used by mobile devices and operating systems. 用于访问和存储数据的多协议,例如WebDAV或移动设备和操作系统使用的任何其他协议。

Up to now I've found Openstack which seems usable for my use case, but Openstack only brings the raw backend (Swift) and all frontend components have to be coded and integrated, even user based access control to the containers is not available (at least not in Horizon). 到目前为止,我发现Openstack似乎可以用于我的用例,但是Openstack仅带来了原始后端(Swift),并且所有前端组件都必须进行编码和集成,即使对容器的基于用户的访问控制不可用(在至少不在Horizo​​n中)。

Are there any other, preferably free and open source software? 是否还有其他(最好是免费和开源的)软件? Do you know of comparable solutions like Rackspace cloud? 您是否知道类似的解决方案,例如Rackspace云?

Thanks for you help. 感谢您的帮助。

Putting a local SAN for storage may turn out to be expensive. 放置本地SAN进行存储可能很昂贵。 I am not sure if this is a free service or paid service but you may want to consider using commodity high-density storage (www.45drives.com). 我不确定这是免费服务还是付费服务,但您可能要考虑使用商品高密度存储(www.45drives.com)。 For the software piece, in addition to what has already been mentioned, you can download the Cloudian community edition http://www.cloudian.com/ (it is free up to 100 TB but you may have to pay for support). 对于软件部分,除了已经提到的内容之外,您还可以下载Cloudian社区版http://www.cloudian.com/ (最高100 TB是免费的,但您可能需要支付支持费用)。 The final part is the applications that work with your object storage software. 最后一部分是与对象存储软件一起使用的应用程序。 If your object storage is S3-compatible, there are 300+ applications that should work out of the box. 如果您的对象存储是S3兼容的,那么应该可以使用300多个应用程序。

Hope that helps! 希望有帮助!

rackspace makes use of swift. 机架空间利用了迅速。 which is the same thing openstack makes use of. 这是openstack使用的同一件事。

their github is here: 他们的github在这里:

https://github.com/rackspace https://github.com/rackspace

you may find some useful additions there. 您可能会在这里找到一些有用的补充。

also check out ceph. 还检查ceph。

http://ceph.com/ceph-storage/file-system/ http://ceph.com/ceph-storage/file-system/

I would recommend you to use ownCloud and as for storage you can go ahead with OpenStack Swift 我建议您使用ownCloud ,关于存储,您可以继续使用OpenStack Swift

You will get most of the features you are looking for, its free and open source. 您将获得所需的大多数功能,其免费和开放源代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM