Scalable File Storage

偶尔善良 提交于 2019-12-24 12:34:48

问题


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?


回答1:


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




回答2:


What about 'classic' distributed file systems like Ceph, Lustre or GlusterFs. They balance the data over a set of servers and can be fault-tolerant.



来源:https://stackoverflow.com/questions/9313228/scalable-file-storage

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!