开发者

Hadoop and video data

开发者 https://www.devze.com 2023-02-17 20:59 出处:网络
Hadoop is perfect for storing large data that开发者_StackOverflow中文版 is not accessed in real time and can grow on commodity hardware. Is there an alternative or some system built on top of it that

Hadoop is perfect for storing large data that开发者_StackOverflow中文版 is not accessed in real time and can grow on commodity hardware. Is there an alternative or some system built on top of it that can store a lot of video files (example: .flv) that can be retrieved and shown similar to youtube/vimeo? I like Hadoop's ability to not rely on expensive hardware and having a lot of copies. Thanks.


For that reason most appropriate solution is HBase which use Hadoop file system, and can quickly retrieve any binary data from store by key (id/name etc)

0

精彩评论

暂无评论...
验证码 换一张
取 消