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/23 06:27:40 UTC

[Hadoop Wiki] Update of "SupportingProjects" by stack

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 stack:
http://wiki.apache.org/hadoop/SupportingProjects?action=diff&rev1=45&rev2=46

  Projects that add new features to hbase:
+  * [[https://github.com/sonalgoyal/crux/|Crux]] - HBase Reporting and Analysis with support for simple and composite keys, get and range scans, column based filtering, charting. 
+  * [[https://github.com/yahoo/omid/|Omid]] - Lock-free transactional support on top of HBase providing Snapshot Isolation.
   * [[https://github.com/inadco/HBase-Lattice|HBase-Lattice]] -- OLAP-ish multidimensional cube supporting real-time queries (simple select like query dialect and java api) and horizontally scalable iterative updates with emphasis on time series facts
   * [[http://dev.tailsweep.com/projects/parhely|Parhely Home Page]] --  ORM for HBase
   * [[http://code.google.com/p/hbase-writer/|HBase-Writer]] --  Heritrix2 Processor for writing crawls to HBase
@@ -30, +32 @@

   * [[http://github.com/sematext/HBaseHUT|HBaseHUT]] -- (High Update Throughput for HBase) It focuses on write performance during records update (by avoiding doing Get on every Put to update record).
   * [[http://github.com/sematext/HBaseWD|HBaseWD]] -- HBase Writes Distributor spreads records over the cluster even when their keys are sequential, while still allowing fast range scans over them
   * [[http://code.google.com/p/hbase-jdo/|HBase UI Tool & Util]] - Hbase UI client & simple util module -- it can handle hbase more easily like jdo(not persistence api)
-  * [[https://github.com/sonalgoyal/crux/|Crux]] - HBase Reporting and Analysis with support for simple and composite keys, get and range scans, column based filtering, charting. 
-  * [[https://github.com/yahoo/omid/|Omid]] - Lock-free transactional support on top of HBase providing Snapshot Isolation.
- 
  
  Example HBase Applications