Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django model layer for HBase support

I am looking for HBase backend support for Django.

Does anyone know if something like that exists?

like image 453
Wouter Dorgelo Avatar asked Jul 18 '11 15:07

Wouter Dorgelo


1 Answers

It doesn't exist at the minute have a look at this recent discussion. It is a suggested Hbase support GSoC project, but is turned down on the basis that mongoDB project was worked on last year and has not yet been added to trunk. Hbase baackend works quite differently from Django's ORM design, in short support isn't there at the minute, and any support for non-relational db's is unlikely to hit the core any time soon.

like image 174
Giltech Avatar answered Sep 18 '22 12:09

Giltech