Quantcast
Channel: Chris Chandler's posterous
Viewing all articles
Browse latest Browse all 14

Using HBase's Thrift interface with Ruby

$
0
0

In my continued fooling around with various key-value stores I've finally come across HBase. Naturally, since I do my day-to-day programming in Ruby I wanted to setup some basic examples. Though HBase does support a RESTful interface I thought I would get the Thrift interface working for some better throughput. If you need help Thrift running take a look at my post on Cassandra's thrift interface that has all the prerequisites listed. The example assumes a table "t1" and a column "f1".

http://gist.github.com/216619

Permalink | Leave a comment  »


Viewing all articles
Browse latest Browse all 14

Trending Articles