Thanks for the hard work! =D
On Wed, Apr 1, 2015 at 7:44 PM, Matthew Brender wrote:
> We shipped Riak CS 2.0.0 last night. A huge thanks goes out to all who
> made it happen!
>
> Riak CS 2.0.0 includes many improvements you can review here [3]. To list
> a few:
> * Integration with cuttlefish, w
Jose,
https://github.com/basho/riak-nodejs-client/pull/35
We'll get that merged pronto. Will be included in v1.0.2
Thanks!
- Brian Roach
On Thu, Apr 2, 2015 at 7:18 AM, Brian Roach wrote:
> Jose,
>
> See: http://basho.github.io/riak-nodejs-client/classes/RiakObject.html
>
> As noted in the do
Hello Antonio,
You can insert an object and tag in the same operation, and you can query on
that tag via Riak Search.
Before writing the object, just apply/set the metadata accordingly. Here’s an
example in the Erlang client:
https://github.com/basho/riak-erlang-client/blob/7487c90275c88dbe8e
Greetings Riak Users!
We've released the official .NET client for Riak.
It is a 2.0 compatible evolution of the Corrugated Iron .NET client.
It's available via nuget:
https://www.nuget.org/packages/RiakClient/
The github repo can be found here:
*https://github.com/basho/riak-dotnet-client
Awesome, I just re-run the "aptitude update" and "aptitude safe-upgrade"
and riak didn't come again : )
Thanks!
Alex
On Wed, Apr 1, 2015 at 10:25 PM, Greg Cymbalski
wrote:
> Alex-
> Turns out that there was an indexing issue with Packagecloud, which
> should be resolved now. Good news, no nee
Alex-
Turns out that there was an indexing issue with Packagecloud, which should be
resolved now. Good news, no need to respin packages :)
Thanks,
—Greg
On Apr 1, 2015, at 11:38 AM, Greg Cymbalski wrote:
> Alex-
> We’ve managed to reproduce that issue and are researching it now. It d
Jose,
See: http://basho.github.io/riak-nodejs-client/classes/RiakObject.html
As noted in the docs for StoreValue and FetchValue, you can use
RiakObject instead of a plain string or JS object, and metadata is the
specific reason.
That said, it would appear I forgot about links as link walking is
Dear Brian,
Thank you very much for sharing this link. I have been looking for a riak
client for node.js that is compatible with riak 2.0.
However, having glanced at it I noticed that there was no method to access the
meta information. This is good for link manipulation, for example. As well in
Hello,
I've been using Riak as my main database for a few months, now I've been
experimenting with Riak Search 2.0 and for what I read in your
documentation there is no way to insert a object and tag it in the same
operation.
Right now we have an opaque object and we query them through secondary
i