Exporting data from Riak KV in order to let Android read it offline

2016-11-07 Thread Luca Favatella
Hi All, What file format easy to read on an Android mobile device would you recommend for representing a snapshot of part of a live Riak KV store? The main aim is minimizing development effort on the Android device while keeping battery consumption reasonable. As Riak KV can be defined as a key-

A simple commit hook

2016-11-07 Thread Mav erick
Hello Folks I am looking for a really simple hook (pre or post commit) that will do send http put of the key to a server. I could also live with some simple send of the key via a tcp connection, or for that matter pipe the key value to a local process Any pointers on how to create such a hook or