Re: Change Capture out of Riak

2014-04-02 Thread Istvan Soos
> Is anyone doing Change Capture (like the Databus project from LinkedIn) > directly out of Riak? Right now I have something hacked up using > Ripple+ActiveModel::Dirty, but I'd like to divorce it from our app > completely if possible. Was thinking a post-commit hook might work? End > goal is to fe

riak as drop-in replacement for DynamoDB?

2014-02-06 Thread Istvan Soos
I'm wondering if someone tried or is working on a Riak wrapper that is a drop-in replacement for AWS DynamoDB? It seems that it could work with the combination of the next-gen search. Any thoughts? Istvan ___ riak-users mailing list riak-users@lists.bas

Re: pub/sub messaging e.g. worker queue on riak?

2012-11-28 Thread Istvan Soos
(though I have to admit the "Riak as a Queue" headline on > HackerNews would be quite nice). > > Out of curiosity, any chance you made a pass at it over the last few weeks? > > Mark > twitter.com/pharkmillups > > > On Wed, Nov 7, 2012 at 11:58 PM, Istvan Soos wr

pub/sub messaging e.g. worker queue on riak?

2012-11-07 Thread Istvan Soos
Hi, I'm playing with the idea how Riak could be used to build a pub/sub messaging on it. I know that there are specialized products for that, I just find it an interesting problem to solve it with Riak only (+ not too much client code). The example scenario is the following: - N producers create

HTTP-based client for Riak database, written in Dart

2012-06-03 Thread Istvan Soos
Hi, I'm working on a Dart-based project that uses Riak database as a backend, and I'm releasing the related riak-dart client codes: http://code.google.com/p/riak-dart/ The project covers the basic use-cases of Riak:  * fetch object  * store object    * with easy conditional updates    * secondary