Hacker News new | ask | show | jobs
by grourk 5471 days ago
We use Riak at Dropcam to store H.264 video streaming from cameras running 24/7 which needs to be available for playback on the website and mobile apps. We needed a block store that could scale to handle petabytes, tolerate disk and node failures, and provide always-on write- and read-ability.

Riak fits the bill very well, though we did need to make a few mods to workaround certain problems. But it's Erlang/OTP, fairly small code-wise, and easy to modify.

1 comments

Do you use luwak to store the videos or are they small enough?
It's a continuous stream. We break it into chunks similar to what Luwak does, though.