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 2013/08/06 19:58:29 UTC

[Hadoop Wiki] Update of "SupportingProjects" by BrunoDumon

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 BrunoDumon:
https://wiki.apache.org/hadoop/SupportingProjects?action=diff&rev1=49&rev2=50

Comment:
adding SEP and hbase-indexer, removing rowlog

  To add entries you need write permission to the wiki, which you can get by subscribing to the dev@hbase.apache.org mailing list and asking for permissions on the wiki account username you've registered yourself as. If you are using HBase in production you ought to consider getting involved in the development process anyway, by filing bugs, testing beta releases, reviewing the code and turning your notes into shared documentation. Your participation in this process will ensure your needs get met.
  
  Projects that add new features to hbase:
+  * [[https://github.com/NGDATA/hbase-indexer/tree/master/hbase-sep|HBase SEP]] -- the HBase Side Effect Processor, a system for asynchronously and reliably listening to HBase mutation events, based on HBase replication
+  * [[https://github.com/ngdata/hbase-indexer|Lily HBase Indexer]] -- indexes HBase content to Solr by listening to the replication stream (uses the HBase SEP)
   * [[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/dlyubimov/HBase-Lattice|HBase-Lattice]] -- OLAP-ish multidimensional cube supporting real-time aggregate queries (simple select like query dialect and java api) and horizontally scalable iterative updates with emphasis on time series facts
@@ -25, +27 @@

   * [[https://jira.springsource.org/browse/SPR-5950|Spring Framework HBase Template]] -- Provides HBase data access templates similar to what is provided in Spring for JDBC, Hibernate, iBatis, etc.  If you find this useful, please vote for its inclusion in the Spring Framework.
   * [[http://github.com/davidsantiago/clojure-hbase|Clojure-HBase]] -- A library for convenient access to HBase from Clojure.
   * [[http://www.lilyproject.org/lily/about/playground/hbaseindexes.html|HBase indexing library]] -- A library for building and querying HBase-table-based indexes.
-  * [[http://www.lilyproject.org/lily/about/playground/hbaserowlog.html|HBase RowLog library]] -- A library for building Write-Ahead Logs and Message Queues backed by HBase.
   * [[http://github.com/akkumar/hbasene|HBasene]] -- Lucene+HBase - Using HBase as the backing store for the TF-IDF representations needed by Lucene. Also, contains a library for constructing lucene indices from HBase schema.
   * [[http://github.com/larsgeorge/jmxtoolkit|JMXToolkit]] -- A HBase tailored JMX toolkit enabling monitoring with Cacti and checking with Nagios or similar.
   * [[http://github.com/ykulbak/ihbase|IHBASE]] -- Provides faster scans by indexing regions, each region has it's own index. The indexed columns are user-defined and indexes can be intersected or joined in a single query.