Change data capture tool for hbase

2013-06-03 Thread yavuz gokirmak
Hi all, Currently we are working on a hbase change data capture (CDC) tool. I want to share our ideas and continue development according to your feedback. As you know CDC tools are used for tracking the data changes and take actions according to these changes[1]. For example in relational databa

Re: Change data capture tool for hbase

2013-06-03 Thread yonghu
Hello, I have presented 5 CDC approaches based on HBase and published my results in adbis 2013. regards! Yong On Mon, Jun 3, 2013 at 11:16 AM, yavuz gokirmak wrote: > Hi all, > > Currently we are working on a hbase change data capture (CDC) tool. I want > to share our ideas and continue deve

Re: Change data capture tool for hbase

2013-06-03 Thread yavuz gokirmak
Hi Yong, is it possible to share the paper? regards. yavuz On 3 June 2013 12:41, yonghu wrote: > Hello, > > I have presented 5 CDC approaches based on HBase and published my results > in adbis 2013. > > regards! > > Yong > > > On Mon, Jun 3, 2013 at 11:16 AM, yavuz gokirmak > wrote: > > > H

Re: Change data capture tool for hbase

2013-06-03 Thread Asaf Mesika
What's wrong with HBase native Master Slave replicate, or am I missing something here? On Mon, Jun 3, 2013 at 12:16 PM, yavuz gokirmak wrote: > Hi all, > > Currently we are working on a hbase change data capture (CDC) tool. I want > to share our ideas and continue development according to your

Re: Change data capture tool for hbase

2013-06-03 Thread yavuz gokirmak
Hi Asaf, This CDC pattern will be used for directing changes to another system, Assume I have a table "hbase_alarms" in hbase with columns "Severity,Source,Time" and tracking changes with this CDC tool. Some external system is putting alarms with their severity and source to hbase_alarms table .

Re: Change data capture tool for hbase

2017-09-06 Thread ankitarora1202
Any updates on this except using kafka or Flume for the purpose -- Sent from: http://apache-hbase.679495.n3.nabble.com/HBase-User-f4020416.html