Skip to content

HBase table coprocessor for sending events on a table to a queue in AMQP

License

Notifications You must be signed in to change notification settings

manniche/hbase-table-event-signaler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HBase Table Event Signaler

This is an implementation of a coprocessor designed to be attached to a HBase table.

For each action defined in the configuration, the coprocessor will send a message with and optional value payload to an AMQP server.

Configuration options available:

  • destination_table
  • secondary_index_table
  • secondary_index_cf
  • source_column_family
  • target_column_family
  • amq_address
  • send_value

About

HBase table coprocessor for sending events on a table to a queue in AMQP

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published