Riak CS is Now Open Source
basho.com
Riak CS is Now Open Source
1–10 of 12 posts
Re: Riak CS is Now Open Source
#2Re: Riak CS is Now Open Source
#3This is excellent news. Questions though...does Riak CS need its own dedicated Riak cluster or can you use "its" Riak nodes directly in the usual Riak fashion? If so, is it possible to access the CS-created chunks directly? (Not saying that is a good idea...just trying to understand how Riak and Riak CS fit together.)
Riak CS doesn't use any Riak functionality you can't use yourself, so accessing Riak CS-created chunks is easy because that's what Riak CS itself does. The source for how this works is at https://github.com/basho/riak_cs/tree/develop/src in case you want to play and have fun with that.
Re: Riak CS is Now Open Source
#4This is excellent news. Questions though...does Riak CS need its own dedicated Riak cluster or can you use "its" Riak nodes directly in the usual Riak fashion? If so, is it possible to access the CS-created chunks directly? (Not saying that is a good idea...just trying to understand how Riak and Riak CS fit together.)
Riak provides key-value services for Riak CS, and there's nothing stopping you from configuring the same Riak cluster for both the Riak CS application and another application. Riak CS doesn't use any Riak functionality you can't use yourself, so accessing Riak CS-created chunks is easy because that's what Riak CS itself does. The source for how this works is at https://github.com/basho/riak_cs/tree/develop/src in cas…
Re: Riak CS is Now Open Source
#5- Conf info: ricon.io/east.html - Tickets: http://ricon-east-2013.eventbrite.com/
Re: Riak CS is Now Open Source
#6https://github.com/basho/riak_cs
If any experts happen to notice particularly good or heinous examples in this source code, it'd be interesting to point them out.
Re: Riak CS is Now Open Source
#7Re: Riak CS is Now Open Source
#8Re: Riak CS is Now Open Source
#9Mark, does CS fulfill the role Luwak formerly did? What's better and/or different about CS vs Luwak?
Re: Riak CS is Now Open Source
#10Does Riak CS support static web site hosting ala S3? I checked the docs and didn't see anything specifically about that so I'm guessing no.