Am from RDBMS/Java background and recently started with Mongo DB. I am wondering if a Mongo DB based java application is ported to GAE to use Google Cloud Storage i.e. Big Table, how much model change and code change may be required.
I understand each No SQL implementation have their own set of functionalities & data types, hence my question is around basic database functionalities like open , insert, update, find or delete. Will I require code change for such operations.
If application is modeled and developed using MongoDB using simple entities, what challenge we may face to port it on google cloud ?