Re: Object metadata via NodeJS client

2015-04-07 Thread José Ghislain Quenum
ngineer > lbak...@basho.com > > > On Sat, Apr 4, 2015 at 6:56 AM, José Ghislain Quenum > wrote: > > Thanks Brian for your reply and trying to work out the links part. I > > took a look at the RiakObject and could see how to manipulate it with > > FetchValue and the

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

2015-04-04 Thread José Ghislain Quenum
Thanks Brian for your reply and trying to work out the links part. I took a look at the RiakObject and could see how to manipulate it with FetchValue and the Secondary Index. However, I failed to figure out how to access the meta while reading an object. Just as an example, when you're updating an

Re: Link Walking and Security

2015-01-21 Thread José Ghislain Quenum
great! thanks a bunch José On Wed, Jan 21, 2015 at 5:42 PM, Christopher Meiklejohn < cmeiklej...@basho.com> wrote: > > > On Jan 21, 2015, at 4:41 PM, José Ghislain Quenum < > jose.que...@googlemail.com> wrote: > > > > thanks again for your clarifications

Re: Link Walking and Security

2015-01-21 Thread José Ghislain Quenum
walking being weed out? José On Wed, Jan 21, 2015 at 5:34 PM, Christopher Meiklejohn < cmeiklej...@basho.com> wrote: > > On Jan 21, 2015, at 1:23 PM, José Ghislain Quenum < > jose.que...@googlemail.com> wrote: > > Thanks Chris for your email. MR is the way I do my link wal

Re: Link Walking and Security

2015-01-21 Thread José Ghislain Quenum
data types, but then found out that they were not compatible with functionalities such as 2i, etc. Any pointers on that? José On Wed, Jan 21, 2015 at 2:03 PM, Christopher Meiklejohn < cmeiklej...@basho.com> wrote: > > On Jan 21, 2015, at 12:21 PM, José Ghislain Quenum

Re: Link Walking and Security

2015-01-21 Thread José Ghislain Quenum
15 at 1:10 PM, Christopher Meiklejohn < cmeiklej...@basho.com> wrote: > On Wed, Jan 21, 2015 at 12:07 PM, José Ghislain Quenum > wrote: > > Then, > > where can one find pointers or documentation about alternative design to > > link walking? > > Hi Jose, > &g

Re: Link Walking and Security

2015-01-21 Thread José Ghislain Quenum
Then, where can one find pointers or documentation about alternative design to link walking? Regards, José On Wed, Jan 21, 2015 at 11:30 AM, Cosmin Marginean wrote: > Thank you Brian! > > On Tuesday, 20 January 2015 at 17:45, Brian Roach wrote: > > Cosmin - > > Link walking is deprecated as of R

Re: [ANN] riak-js v0.10.0

2013-05-05 Thread José Ghislain Quenum
osé, > > Could you file an issue [1] describing the problems you've been seeing? > > Thank you! > > Cheers, Mathias > > [1] https://github.com/mostlyserious/riak-js/issues/new > > > > On Sunday, 5. May 2013 at 17:24, José Ghislain Quenum wrote: > >>

Re: [ANN] riak-js v0.10.0

2013-05-05 Thread José Ghislain Quenum
is this just me or has anyone else experienced some weird behavior trying to save data into riak using riak-js? My updates are all of a sudden misbehaving. I upgraded to 0.10.0 since friday night On May 4, 2013, at 2:43 PM, José Ghislain Quenum wrote: > Hi Mathias, > I didn't us

Re: [ANN] riak-js v0.10.0

2013-05-04 Thread José Ghislain Quenum
rote: > José, > > Do you use any debug flags for npm of sorts? > > I just tried a fresh install, and npm compiled the library into the Release > folder. > > Cheers, Mathias > > > > On Saturday, 4. May 2013 at 12:01, José Ghislain Quenum wrote: > >> in n

Re: [ANN] riak-js v0.10.0

2013-05-04 Thread José Ghislain Quenum
a bit more on that? Not sure I fully understand what you > mean. > > Thanks! > > Cheers, Mathias > > > > On Friday, 3. May 2013 at 21:10, José Ghislain Quenum wrote: > >> thanks again for the update. the wtf8.node you point at is not there (no >&g

Re: [ANN] riak-js v0.10.0

2013-05-03 Thread José Ghislain Quenum
what you > mean. > > Thanks! > > Cheers, Mathias > > > > On Friday, 3. May 2013 at 21:10, José Ghislain Quenum wrote: > >> thanks again for the update. the wtf8.node you point at is not there (no >> Release folder). I pointed to the Debug one and i

Re: [ANN] riak-js v0.10.0

2013-05-03 Thread José Ghislain Quenum
thanks again for the update. the wtf8.node you point at is not there (no Release folder). I pointed to the Debug one and it is fine. Maybe you wanna fix it José On May 3, 2013, at 5:55 PM, Mathias Meyer wrote: > Heya, > > Just shipped riak-js 0.10.0, with support for Protocol Buffers: > https

risk and memcached

2012-08-09 Thread José Ghislain Quenum
Hi all, my question is fairly simple. If one is developing an app, does that make sense to combine memcached with a riak datastore, given that riak has its own caching mechanism? José ___ riak-users mailing list riak-users@lists.basho.com http://lists.b

link walking -- order between keys and objects does not match

2012-06-04 Thread José Ghislain Quenum
Hi all, I have two buckets 'users' and 'projects'. A user object can have a link to a project object with tag name "owns". And there can be many such links with a given user object. I try to walk the "owns" link from a user object with the following syntax: (I am using riak.js and coffeescript,

Re: links and object deletion

2012-06-04 Thread José Ghislain Quenum
walking and the object has been deleted? Will I have an id but not actual object? Please clarify Thanks in advance José On 4 Jun 2012, at 05:38, Mark Phillips wrote: > Hi José, > > On Fri, Jun 1, 2012 at 2:34 PM, José Ghislain Quenum > wrote: > Hi all, > Suppose I have two objec

links and object deletion

2012-06-01 Thread José Ghislain Quenum
Hi all, Suppose I have two objects O1 and O2, with O1 having a link (say tag is watches) to O2. What is the proper way to delete O2? Should I just delete O2 and then leave the link inconsistent until I find out and fix it? Or should I always check whether that object has links to it and clean th