Re: list_keys is less bad

2010-08-23 Thread Justin Sheehy
On Mon, Aug 23, 2010 at 10:05 PM, Alexander Sicular wrote: > Three cheers! :-) > Git clone && make all && make rel It looks like they haven't yet migrated out to the github repos, but should do so sometime soon. In the meantime, the bitbucket repos are up to date with tip so you can get the b

Re: list_keys is less bad

2010-08-23 Thread Alexander Sicular
Three cheers! Git clone && make all && make rel - stat! On 2010-08-23, Justin Sheehy wrote: > Riak Users, > > One aspect of Riak's interface that has often been discouraged in the > past is the listing of all keys in a bucket. This has been for two > reasons: the first is that it is necessaril

list_keys is less bad

2010-08-23 Thread Justin Sheehy
Riak Users, One aspect of Riak's interface that has often been discouraged in the past is the listing of all keys in a bucket. This has been for two reasons: the first is that it is necessarily an operation that is more heavyweight than any of the more targeted get/put/delete sorts of things, but

Re: Binary data in keys

2010-08-23 Thread Dan Reverri
Hi Tony, The REST API can only access bucket and keys that are UTF-8 strings. A request for "foo/%00%0009" is the same as: {ok, C} = riak:local_client(). C:get(<<"foo">>, <<"%00%0009">>). The protobuffs and native Erlang clients do not have this restriction which may lead to scenarios where data

Binary data in keys

2010-08-23 Thread Tony Novak
Hi there, Quick newbie question: is there a restriction on what bytes can appear in keys, or can they consist of arbitrary binary data? Using the Java protocol-buffers client, I seem to be able to use arbitrary binary data in both keys and values, but I'm having trouble retrieving this data via R

Re: Riak Search

2010-08-23 Thread Mark Phillips
Hey Nickolay, On Tue, Aug 17, 2010 at 10:46 AM, Nickolay Platonov wrote: > Hello, > > Any information when the Riak Search will be publicly available? > Sometimes development of a new product takes far less time than expected. More often, however, it takes longer than expected, and Riak Search i

Re: Riak Search

2010-08-23 Thread Nickolay Platonov
Any updates? Thanks, Nickolay On Tue, Aug 17, 2010 at 9:48 PM, TJ Ninneman wrote: > I second that. I'm giddy just thinking about it. > > TJ > > On Aug 17, 2010, at 12:46 PM, Nickolay Platonov wrote: > > > Hello, > > > > Any information when the Riak Search will be publicly available? > > > > Th

Riak Recap for 8/20 - 8/22

2010-08-23 Thread Mark Phillips
Morning, Afternoon, Evening to all, Hope everyone had a great weekend. For today's recap: Map/Reduce in Clojure, the beginnings of Riak + Haskell, Bitcask compaction, and much more. Enjoy, Mark Community Manager Basho Technologies wiki.basho.com twitter.com/pharkmillups Riak Recap for 8/