1 <?xml version="1.0" encoding="UTF-8"?>
3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
20 <document xmlns="http://maven.apache.org/XDOC/2.0"
21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22 xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
24 <title>Supporting Projects</title>
28 <section name="Supporting Projects">
29 <p>This page is a list of projects that are related to HBase. To
30 have your project added, file a documentation JIRA or email
31 <a href="mailto:dev@hbase.apache.org">hbase-dev</a> with the relevant
32 information. If you notice out-of-date information, use the same avenues to
35 <p><b>These items are user-submitted and the HBase team assumes no responsibility for their accuracy.</b></p>
36 <h3>Projects that add new features to HBase</h3>
38 <dt><a href="https://github.com/XiaoMi/themis/">Themis</a></dt>
39 <dd>Themis provides cross-row/cross-table transaction on HBase based on
40 Google's Percolator.</dd>
41 <dt><a href="https://github.com/caskdata/tephra">Tephra</a></dt>
42 <dd>Cask Tephra provides globally consistent transactions on top of Apache
44 <dt><a href="https://github.com/VCNC/haeinsa">Haeinsa</a></dt>
45 <dd>Haeinsa is linearly scalable multi-row, multi-table transaction library
47 <dt><a href="https://github.com/juwi/HBase-TAggregator">HBase TAggregator</a></dt>
48 <dd>An HBase coprocessor for timeseries-based aggregations.</dd>
49 <dt><a href="http://trafodion.incubator.apache.org/">Apache Trafodion</a></dt>
50 <dd>Apache Trafodion is a webscale SQL-on-Hadoop solution enabling
51 transactional or operational workloads on Hadoop.</dd>
52 <dt><a href="http://phoenix.apache.org/">Apache Phoenix</a></dt>
53 <dd>Apache Phoenix is a relational database layer over HBase delivered as a
54 client-embedded JDBC driver targeting low latency queries over HBase data.</dd>
55 <dt><a href="https://github.com/cloudera/hue/tree/master/apps/hbase">Hue HBase Browser</a></dt>
56 <dd>An Easy & Powerful WebUI for HBase, distributed with <a href="https://www.gethue.com">Hue</a>.</dd>
57 <dt><a href="https://github.com/NGDATA/hbase-indexer/tree/master/hbase-sep">HBase SEP</a></dt>
58 <dd>the HBase Side Effect Processor, a system for asynchronously and reliably listening to HBase
59 mutation events, based on HBase replication.</dd>
60 <dt><a href="https://github.com/ngdata/hbase-indexer">Lily HBase Indexer</a></dt>
61 <dd>indexes HBase content to Solr by listening to the replication stream
62 (uses the HBase SEP).</dd>
63 <dt><a href="https://github.com/sonalgoyal/crux/">Crux</a></dt>
64 <dd> - HBase Reporting and Analysis with support for simple and composite keys,
65 get and range scans, column based filtering, charting.</dd>
66 <dt><a href="https://github.com/yahoo/omid/">Omid</a></dt>
67 <dd> - Lock-free transactional support on top of HBase providing Snapshot
69 <dt><a href="http://dev.tailsweep.com/projects/parhely">Parhely</a></dt>
70 <dd>ORM for HBase</dd>
71 <dt><a href="http://code.google.com/p/hbase-writer/">HBase-Writer</a></dt>
72 <dd> Heritrix2 Processor for writing crawls to HBase.</dd>
73 <dt><a href="http://www.pigi-project.org/">Pigi Project</a></dt>
74 <dd>The Pigi Project is an ORM-like framework. It includes a configurable
75 index system and a simple object to HBase mapping framework (or indexing for
76 HBase if you like). Designed for use by web applications.</dd>
77 <dt><a href="http://code.google.com/p/hbase-thrift/">hbase-thrift</a></dt>
78 <dd>hbase-thrift generates and installs Perl and Python Thrift bindings for
80 <dt><a href="http://belowdeck.kissintelligentsystems.com/ohm">OHM</a></dt>
81 <dd>OHM is a weakly relational ORM for HBase which provides Object Mapping and
82 Column indexing. It has its own compiler capable of generating interface
83 code for multiple languages. Currently C# (via the Thrift API), with support
84 for Java currently in development. The compiler is easily extensible to add
85 support for other languages.</dd>
86 <dt><a href="http://datastore.googlecode.com">datastore</a></dt>
87 <dd>Aims to be an implementation of the
88 <a href="http://code.google.com/appengine/docs/python/datastore/">Google app-engine datastore</a>
89 in Java using HBase instead of bigtable.</dd>
90 <dt><a href="http://datanucleus.org">DataNucleus</a></dt>
91 <dd>DataNucleus is a Java JDO/JPA/REST implementation. It supports HBase and
92 many other datastores.</dd>
93 <dt><a href="http://github.com/impetus-opensource/Kundera">Kundera</a></dt>
94 <dd>Kundera is a JPA 2.0 based object-datastore mapping library for HBase,
95 Cassandra and MongoDB.</dd>
96 <dt><a href="http://github.com/zohmg/zohmg/tree/master">Zohmg</a></dt>
97 <dd>Zohmg is a time-series data store that uses HBase as its backing store.</dd>
98 <dt><a href="http://grails.org/plugin/gorm-hbase">Grails Support</a></dt>
99 <dd>Grails HBase plug-in.</dd>
100 <dt><a href="http://www.bigrecord.org">BigRecord</a></dt>
101 <dd>is an active_record-based object mapping layer for Ruby on Rails.</dd>
102 <dt><a href="http://github.com/greglu/hbase-stargate">hbase-stargate</a></dt>
103 <dd>Ruby client for HBase Stargate.</dd>
104 <dt><a href="http://github.com/ghelmling/meetup.beeno">Meetup.Beeno</a></dt>
105 <dd>Meetup.Beeno is a simple HBase Java "beans" mapping framework based on
106 annotations. It includes a rudimentary high level query API that generates
107 the appropriate server-side filters.</dd>
108 <dt><a href="http://www.springsource.org/spring-data/hadoop">Spring Hadoop</a></dt>
109 <dd> - The Spring Hadoop project provides support for writing Apache Hadoop
110 applications that benefit from the features of Spring, Spring Batch and
111 Spring Integration.</dd>
112 <dt><a href="https://jira.springsource.org/browse/SPR-5950">Spring Framework HBase Template</a></dt>
113 <dd>Spring Framework HBase Template provides HBase data access templates
114 similar to what is provided in Spring for JDBC, Hibernate, iBatis, etc.
115 If you find this useful, please vote for its inclusion in the Spring Framework.</dd>
116 <dt><a href="http://github.com/davidsantiago/clojure-hbase">Clojure-HBase</a></dt>
117 <dd>A library for convenient access to HBase from Clojure.</dd>
118 <dt><a href="http://www.lilyproject.org/lily/about/playground/hbaseindexes.html">HBase indexing library</a></dt>
119 <dd>A library for building and querying HBase-table-based indexes.</dd>
120 <dt><a href="http://github.com/akkumar/hbasene">HBasene</a></dt>
121 <dd>Lucene+HBase - Using HBase as the backing store for the TF-IDF
122 representations needed by Lucene. Also, contains a library for constructing
123 lucene indices from HBase schema.</dd>
124 <dt><a href="http://github.com/larsgeorge/jmxtoolkit">JMXToolkit</a></dt>
125 <dd>A HBase tailored JMX toolkit enabling monitoring with Cacti and checking
126 with Nagios or similar.</dd>
127 <dt><a href="http://github.com/ykulbak/ihbase">IHBASE</a></dt>
128 <dd>IHBASE provides faster scans by indexing regions, each region has its own
129 index. The indexed columns are user-defined and indexes can be intersected or
130 joined in a single query.</dd>
131 <dt><a href="http://github.com/apurtell/hbase-ec2">HBASE EC2 scripts</a></dt>
132 <dd>This collection of bash scripts allows you to run HBase clusters on
133 Amazon's Elastic Compute Cloud (EC2) service with best practices baked in.</dd>
134 <dt><a href="http://github.com/apurtell/hbase-stargate">Stargate</a></dt>
135 <dd>Stargate provides an enhanced RESTful interface.</dd>
136 <dt><a href="http://github.com/hbase-trx/hbase-transactional-tableindexed">HBase-trx</a></dt>
137 <dd>HBase-trx provides Transactional (JTA) and indexed extensions of HBase.</dd>
138 <dt><a href="http://github.com/simplegeo/python-hbase-thrift">HBase Thrift Python client Debian package</a></dt>
139 <dd>Debian packages for the HBase Thrift Python client (see readme for
140 sources.list setup)</dd>
141 <dt><a href="http://github.com/amitrathore/capjure">capjure</a></dt>
142 <dd>capjure is a persistence helper for HBase. It is written in the Clojure
143 language, and supports persisting of native hash-maps.</dd>
144 <dt><a href="http://github.com/sematext/HBaseHUT">HBaseHUT</a></dt>
145 <dd>(High Update Throughput for HBase) It focuses on write performance during
146 records update (by avoiding doing Get on every Put to update record).</dd>
147 <dt><a href="http://github.com/sematext/HBaseWD">HBaseWD</a></dt>
148 <dd>HBase Writes Distributor spreads records over the cluster even when their
149 keys are sequential, while still allowing fast range scans over them</dd>
150 <dt><a href="http://code.google.com/p/hbase-jdo/">HBase UI Tool & Util</a></dt>
151 <dd>HBase UI Tool & Util is an HBase UI client and simple util module.
152 It can handle hbase more easily like jdo(not persistence api)</dd>
153 <dt><a href="https://github.com/flipkart-incubator/hbase-orm">HBase ORM</a></dt>
154 <dd>A light-weight HBase ORM library that enables object-oriented access of HBase records with minimal coding and good testability</dd>
156 <h3>Example HBase Applications</h3>
158 <li><a href="http://github.com/andreisavu/feedaggregator">HBase powered feed aggregator</a>
159 by Savu Andrei -- 200909</li>