You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/12/14 11:01:52 UTC

[Hadoop Wiki] Update of "SupportingProjects" by AmreshSingh

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "SupportingProjects" page has been changed by AmreshSingh:
http://wiki.apache.org/hadoop/SupportingProjects?action=diff&rev1=44&rev2=45

Comment:
Added Kundera as a project supporting HBase

   * [[http://belowdeck.kissintelligentsystems.com/ohm|OHM]] -- is a weakly relational ORM for HBase which provides Object Mapping and Column indexing. It has its own compiler capable of generating interface code for multiple languages. Currently C# (via the Thrift API), with  support Java currently in development. The compiler is easily extensible to add support for other languages.
   * [[http://datastore.googlecode.com|datastore]] -- Aims to be an implementation of the [[http://code.google.com/appengine/docs/python/datastore/|google app-engine datastore]] in Java using Hbase instead of bigtable
   * [[http://datanucleus.org|DataNucleus]] -- is a Java JDO/JPA/REST implementation. It supports HBase, and many other datastores.
+  * [[http://github.com/impetus-opensource/Kundera|Kundera]] -- Kundera is a JPA 2.0 based object-datastore mapping library for HBase, Cassandra and MongoDB.
   * [[http://github.com/zohmg/zohmg/tree/master|Zohmg]] -- Time series data store that uses HBase as its backing store.
   * [[http://grails.org/plugin/gorm-hbase|Grails Support]] -- Grails HBase plug-in
   * [[http://www.bigrecord.org|BigRecord]] -- is an active_record-based object mapping layer for Ruby on Rails.