We are overhauling our product by completely moving from Microsoft-.Net family to open source (well one of the reasons is cost cutting and exponential increase in data).
We plan to move our data model completely from SqlServer(relational data) to Hadoop (the famous key-Value pair eco system).
In the beginning we want to support both versions (say 1.0 and New v2.0). But to maintain the data consistency we plan to sync the data between both systems. Which is a fairly challenging task and error prone. But we don't have any other option.
A bit confused where to start from, I am looking up to the community of experts. Any strategy/existing literature or any other kind of guidance in this direction would be greatly helpful.
Thanks -Panks