Riak Recap for 4/29 - 5/2

2010-05-03 Thread Mark Phillips
Hey All -

Hope the weekend was good. For today's recap: some Riak + node.js
info, a pointer to a presentation, a hefty discount code, and a Riak
review from Linuxfr.org.

Enjoy -

Mark


--
Mark Phillips
Community Manager
Basho Technologies
wiki.basho.com
twitter.com/pharkmillups

--

Riak Recap for 4/29 - 5/2



1) For anyone out there using (or thinking about using) Riak with
node.js, @frank06 let it slip on Twitter that he added "removeAll" to
his riak-js client.

Check out the changes here -- > http://github.com/frank06/riak-js

* On a more general note, if anyone is interested in Riak + node.js
and has any questions, @frank06, @siculars, and @botanicus are all
doing some very cool stuff in that realm. Though I can't make any
promises, they might be up for answering questions/trading ideas on
the topic.
.
2) Dan Reverri (@reverri) posted a presentation that he gave at a
NoSQL Meetup this past week

Check it out here -- > http://prezi.com/hwjggj3t01ue/riak/

3) For anyone in the greater Oklahoma  City Area: Sean Cribbs is
giving a Riak Training at the sure-to-be awesome Red Dirt Ruby
Conference taking place May 6-7th.

Use the code "riak_training" and get yourself a 20% discount on registration.

Conference info here: -- > http://reddirtrubyconf.com/

4) Another Riak sighting in La France - Mathew Bruno posted a great
piece about Riak in linuxfr.org with some details on the 0.10 release
along with more general information on Riak. Je le recommende
fortement!

Check it out here -- > http://linuxfr.org/2010/05/03/26801.html

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Configuration question

2010-05-03 Thread Matthew Pflueger
Must all nodes in a cluster have the same configuration (same
app.config) or does a node adopt the configuration from the
node/cluster it joins?

--Matthew

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Configuration question

2010-05-03 Thread Grant Schofield
A node won't adapt its settings when it joins the cluster. It is recommended to 
have the same settings for options like the storage_backend as well as any 
specific settings for the backend (such as in the case of Innostore) to provide 
consistency across the cluster, but settings like "riak_wep_ip"  will differ 
between nodes.

Grant Schofield
Developer Advocate
Basho Technologies


On May 3, 2010, at 2:49 PM, Matthew Pflueger wrote:

> Must all nodes in a cluster have the same configuration (same
> app.config) or does a node adopt the configuration from the
> node/cluster it joins?
> 
> --Matthew
> 
> ___
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


keys=stream

2010-05-03 Thread Adam Hunter
Hi All,

I apologize if this has been covered already.

In the wiki it says "If keys=stream, the response will be transferred using 
chunked-encoding, where each chunk is a JSON object" (on 
http://wiki.basho.com/display/RIAK/REST+API)

This doesn't seem to be the case, sometimes a json object is broken into 
several chunks.  Is this behavior correct?

Thanks,

Adam
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com