I want to create a distributed system on which i will store large video files. The system should be able to serve multiple client at a given point of time. Also the system should be scalable and always available(ie. if one machine is down, the data should be served from another machine on the system). How do i implement such system.
Asked
Active
Viewed 62 times
-2
-
1By starting designing, planning and implementing it. As a question this is way too broad for Stack Overflow. – Sami Kuhmonen Sep 08 '15 at 12:17
-
How to implement type of questions are not meant for SO. Use Quora or something similar or any forum. – Basit Anwer Sep 08 '15 at 18:30
-
Welcome to SO. Unfortunately I'll be voting to close your question as "too broad". There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs. – GabrielOshiro Oct 06 '15 at 17:28
1 Answers
1
Try LizardFS lizardfs.com - few render farms are built on that. There is no limit of the file size and it can handle thousands of clients. It has also High Availability mechanism.

Noah
- 11
- 1