0
votes

I encountered lately with the well-known software-stack called "Hadoop". Hadoop supply a distributed file system called HDFS.

now, what I need is a system to store mass of images and other media-files read actions > write actions. I need also reliability, fall-back solution and performance.

I understood that HDFS got the answers for my needs. do you think Hadoop (with HDFS) is the right solution for me?

thanks in advanced. SockSocket

1
Like the answer in the other thread I'd suggest MongoDB.Thomas Jungblut

1 Answers

0
votes

hdfs can serve the purpose..if you want to store your data more systematically you can use Hbase(a column family oriented database based on Google's Bigtable).