Re: [ANN] Rhino, a Ruby ORM for HBase

2008-07-29 Thread Shiraz Memon
It was nice to see the ORM for hbase. I had the same idea for representing BigTable of HBase as annotations like as follows (not realised just a proposal): @BigTable(name="Web") public class Web { //annotations for column families and many more } It looks similar to JPA entities and interesting w

[ANN] Rhino, a Ruby ORM for HBase

2008-07-28 Thread Quinn Slack
Over the last week I've made improvements to Rhino, a Ruby ORM for HBase that I created a while ago, and I now want to share it with this list. Post: http://qslack.com/2008/07/27/now-in-rhino/ Git: git clone git://github.com/sqs/rhino.git Github: http://github.com/sqs/rhino/tree/master Specs: