If I were you I would write a simple mapreduce job that will transfer
data to HR app, and execute this on both MS apps
One easy way to transfer data is to cPickle it and just send it over,
but it doesn't work for non-ascii data, since webapp messes things up
for request items
So do this:
Write an intelligent uploader code, that will post parts of the data
with different fields, with HTTP POST
Write a receiver, that will receive this data and create an entity of
kind A or B
Use the mapreduce library to traverse over all entities on both MS
apps, and initiate uploader for every element
Should take 5 mins to code
Don't forget to increase your quotas on both apps, and dont hit
minutely CPU or URLFETCH limits, those limits fuup