I have a production data in PSQL and i want ti migrant the data to Hbase. Also if there are any changes in my PSQL data , I wanted to update the Hbase.
Since I am migrating from production, i don't wanted to hit too many request to my server, also this Hbase data should always be sync with PSQL data. Scoop won't work here any other alternatives?
