One thing you could consider doing is setting up a polling REST service either around Gora reading Nutch WebPage data, and/or directly interfacing with HBase.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: [email protected] WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Associate Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: Melih Sevsay <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Friday, April 10, 2015 at 1:07 AM To: "[email protected]" <[email protected]> Subject: Nutch | Gora with Kafka >Hi, >i would like to send fetched data to Kafka as a topic to create alert >system on that content, >For example; xyz.com web site content fetched and inserted into hbase, >at that particular moment i would like to make that content send to kafka >as topic and search by specific keyword. if the keyword found in content, >i will send message to user. >To send fetched data to kafka as topics, should i do this using nutch >plugins or gora. >or how could i do this. >Do you have any idea? >Thanks in advance...? >

