I need a NoSQL database to store our files with following specification:
- easy Clustring
- Distributed
- Automatic failover
- easily scalable
- Fast
I have searched and find some solution like "MongoDB GridFS" or "Riak" but i think i have to research more in both requirement (download server requirements) and solutions.
Has anybody any experience in this fields?