xmlking / nifi-examples

Apache NiFi example flows
197 stars 181 forks source link

MySQL to HBase table by table replication #1

Open nphouse2008 opened 8 years ago

nphouse2008 commented 8 years ago

I have transaction database as mysql where i want to replicate near realtime into HBase. Can this oltp-cdc-olap architecture be used? if so, what code and config changes I may need to do to replicate table by table replicate from MySQL to HBase.