Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 495 Bytes

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