可扩展文件存储 [英] Scalable File Storage

查看:135
本文介绍了可扩展文件存储的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种方式来存储文件,即在一个可扩展的文件系统中的图像(也许是视频)。我知道我可以把它存储在一个云中,但是我正在寻找类似于MongoDB GridFS的东西,但是纯粹用于文件,并且在多个服务器上进行扩展。



不知道是不是问题,但语言是PHP。



有什么建议?

解决方案

Facebook是基于PHP语言,他们为这个问题和更多的问题开发cassandra ...这是基于我从谷歌的bigtable阅读。

另外我使用mongodb,我喜欢无模式的存储文档和更多的信息,但不是视频,当然我使用几台机器来复制系统改善未来的增长情况

I'm looking for a way to store files, namely images(maybe videos) in a scalable file system. I know I can store it in a cloud, but I am looking for something similar to MongoDB GridFS, but purely for files and scaled across multiple servers.

Not sure if it matters, but the language is PHP.

Any suggestions?

解决方案

Facebook is based on php language and they develop the cassandra for that and more issues... it's based as i read on the bigtable from google.

Also i use mongodb and i love the schema-free that it has to store docs and more info but not videos and of course i use several machines to replicate the system and improve a future growth

这篇关于可扩展文件存储的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆