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 OtisGospodnetic: http://wiki.apache.org/hadoop/SupportingProjects?action=diff&rev1=41&rev2=42 Comment: Added HBaseWD * [[http://github.com/apurtell/hbase-stargate|Stargate]] -- Enhanced RESTful interface. * [[http://github.com/hbase-trx/hbase-transactional-tableindexed|HBase-trx]] -- Transactional (JTA) and indexed extensions of HBase. * [[http://github.com/simplegeo/python-hbase-thrift|HBase Thrift Python client Debian package]] -- Debian packages for the HBase Thrift Python client (see readme for sources.list setup) - * [[http://github.com/amitrathore/capjure|capjure]] - capjure is a persistence helper for HBase. It is written in the Clojure language, and supports persisting of native hash-maps. + * [[http://github.com/amitrathore/capjure|capjure]] -- capjure is a persistence helper for HBase. It is written in the Clojure language, and supports persisting of native hash-maps. - * [[http://github.com/sematext/HBaseHUT|HBaseHUT]] - (high updates 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/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.