/hbase-table-event-signaler

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

Primary LanguageJavaApache License 2.0Apache-2.0

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