Re: Riak for streaming video

2014-06-30 Thread Alex De la rosa
gt;> 1x100MB chunk from a single server. It's also easier for disks to > pull a > >>>>> 1MB object without delaying any other requests than pulling a 100MB > object, > >>>>> which may end up queuing other requests made after. > >>>>> &g

Re: Riak for streaming video

2014-06-30 Thread Kota Uenishi
ng any other requests than pulling a 100MB >>>>> object, >>>>> which may end up queuing other requests made after. >>>>> >>>>> There used to be a project called luwak that was built into Riak and >>>>> handled chunking files

Re: Riak for streaming video

2014-06-30 Thread Brian Akins
;>> handled chunking files like this, but it has been EOL'd. Perhaps someone >>>>> can shed some light on this. Is RiakCS the final solution for binary >>>>> storage? Or is there another way to store larger objects in Riak? >>>>> >&g

Re: Riak for streaming video

2014-06-30 Thread Alex De la rosa
gt; There used to be a project called luwak that was built into Riak and >>>> handled chunking files like this, but it has been EOL'd. Perhaps someone >>>> can shed some light on this. Is RiakCS the final solution for binary >>>> storage? Or is there anothe

Re: Riak for streaming video

2014-06-29 Thread Jared Morrow
eed to expose an S3 interface, don't need the S3 permission >>> structure, and really just want file storage. >>> >>> - Original Message - >>> From: "Alex De la rosa" >>> To: "Hector Castro" >>> Cc: "riak-

Re: Riak for streaming video

2014-06-29 Thread Alex De la rosa
t; >> RiakCS is wonderful, but it does seem overkill for some uses where you >> don't need to expose an S3 interface, don't need the S3 permission >> structure, and really just want file storage. >> >> - Original Message - >> From: "Alex De la rosa

Re: Riak for streaming video

2014-06-26 Thread Jared Morrow
it does seem overkill for some uses where you > don't need to expose an S3 interface, don't need the S3 permission > structure, and really just want file storage. > > - Original Message - > From: "Alex De la rosa" > > To: "Hector Castro" > >

Re: Riak for streaming video

2014-06-26 Thread Jason Campbell
ut it does seem overkill for some uses where you don't need to expose an S3 interface, don't need the S3 permission structure, and really just want file storage. - Original Message - From: "Alex De la rosa" To: "Hector Castro" Cc: "riak-users" Sent:

Re: Riak for streaming video

2014-06-26 Thread Alex De la rosa
Hi Hector, Thanks for your response :) highly appreciated. I have more questions though. Riak CS has to be implemented in Amazon S3? Or can I house it myself with own managed servers? What is the limit for an object in Standard Riak? Large objects should go to Riak CS, but what would be a limit

Re: Riak for streaming video

2014-06-26 Thread Hector Castro
Hey Alex, My response are inline below. -- Hector On Thu, Jun 26, 2014 at 4:26 PM, Alex De la rosa wrote: > Hi Hector, > > I see, I always thought that Riak CS was the same as Riak just that you run > it in Amazon S3... they are actually different... Correct, but it is important to note that

Re: Riak for streaming video

2014-06-26 Thread Alex De la rosa
Hi Hector, I see, I always thought that Riak CS was the same as Riak just that you run it in Amazon S3... they are actually different... So... if I have a social network and one of the features is that they can share video, I would use a normal Riak cluster for the webapp and data and a Riak CS c

Re: Riak for streaming video

2014-06-26 Thread Hector Castro
Hi Alex, For this type of problem, you may want to look into Riak CS. [0] It is an object storage platform built on top of Riak. When you GET an object from Riak CS, you can specify a Range header to get the object by its byte offset. [1] -- Hector [0] http://docs.basho.com/riakcs/latest/ [1]