Skip to content

sentric/storm-hbase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 connector provides a number of Bolt and Trident State implementations. It can be used for simple Storm to HBase integration and in more complex architectures, such as the "Lambda Architecture" as described by Nathan Marz:

In this type of architecture the connector can be used to persist a precomputed realtime view in HBase. Then tools like Storm (DRPC) and Cloudera Impala can be used to query and merge the realtime and batch computed views to present the most accurate and up-to-date information to the users.

Further documentation and example topologies can be found on these wiki pages:

About

A HBase connector for Storm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published