asynchbase tutorial?

hbase

Solution

I know this isn't quite what you're looking for, but here's a scala example I threw together since the callback syntax is pretty heavy in Java:

- https://gist.github.com/2430613

Problem

StumbleUpon has a HBase library that they call AsynchBase - they use this for their OpenTSDB project. It seems really useful as a library for HBase, but I can't seem to find any tutorial on AsynchBase. Does anyone know of a good one?

Original source