Riak Search 2.0 Tagging

2015-04-02 Thread Antonio Teixeira
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

Re: [Announcement] Official Riak Node.js client released.

2015-04-02 Thread Jose G. Quenum
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

[Announcement] Official Riak .NET client released.

2015-04-02 Thread Alex Moore
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

Re: Riak Search 2.0 Tagging

2015-04-02 Thread Zeeshan Lakhani
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:

Re: Packagecloud.io issue

2015-04-02 Thread Alex De la rosa
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 gcymbal...@basho.com wrote: Alex- Turns out that there was an indexing issue with Packagecloud, which should be resolved now.

Re: Packagecloud.io issue

2015-04-02 Thread Greg Cymbalski
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 gcymbal...@basho.com wrote: Alex- We’ve managed to reproduce that issue and are

Re: [Announcement] Official Riak Node.js client released.

2015-04-02 Thread Brian Roach
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

Re: [Announcement] Official Riak Node.js client released.

2015-04-02 Thread Brian Roach
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 ro...@basho.com wrote: Jose, See: http://basho.github.io/riak-nodejs-client/classes/RiakObject.html As