|
|
|
|
|
by notmyname
5517 days ago
|
|
I'm going to lean towards swift, but then again, I'm a core dev for swift and I haven't played with riak/luwak. Swift is ideal for storing static content (backups, web resources, documents). It's designed to be very scalable (both with concurrency and with total storage space). And it's designed to work with commodity hardware (read: cheap), so it handles failures well (ensuring that data is replicated and safe from bit rot). Also, swift has basic S3 compatibility support. Please let me know if you have other, more specific questions, and I'll try to answer to the best I can. |
|