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
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
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
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
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
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
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
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/