Hi Mav,
I've never written any commit hooks myself really, but it looks like we
have some examples you could check out here:
https://github.com/basho/riak_function_contrib
Additionally, if you haven't already, you should check out the official
Basho commit hook docs here:
http://docs.basho.com/
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