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 2009/05/14 09:18:49 UTC

[Hadoop Wiki] Update of "SupportingProjects" by erik

Dear Wiki user,

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

The following page has been changed by erik:
http://wiki.apache.org/hadoop/SupportingProjects

The comment on the change is:
DataNucleus

------------------------------------------------------------------------------
   * [http://code.google.com/p/hbase-thrift/ hbase-thrift] generates and installs Perl and Python Thrift bindings for 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.