Skip to content
jrkinley edited this page Oct 8, 2012 · 7 revisions

storm-hbase connector

storm-hbase is a HBase connector for Storm (https://github.com/nathanmarz/storm/). It enables huge amounts of streaming data, and stateful representations of streaming data, to be persisted in HBase - the scalable, distributed, big data store.

The storm-hbase connector provides a number of Bolt and Trident State implementations. Further documentation and example topologies can be found on these wiki pages:

The example topologies are based on the URL shortener project (Hush), taken from the HBase: The Definitive Guide book (http://shop.oreilly.com/product/0636920014348.do):

Build

$ mvn install
Clone this wiki locally