[google-appengine] Transferring data from MongoDB to Google App Engine

2012-09-29 Thread Eugene Y.E
Hi all , I was wondering if any one have experience in transferring data from mongodb to google app engine? Either google's data store, the new NDB or Cloud SQL is fine with me. My MongoDB is set up on Amazon EC2 micro instance, and I use PyMongo to access the data. I was wondering if i can

Re: [google-appengine] Transferring data from MongoDB to Google App Engine

2012-09-30 Thread Takashi Matsuo
Hi Eugene, The first option comes to mind is the Remote API. For more details, please read: https://developers.google.com/appengine/docs/python/tools/remoteapi Re: using PyMongo on App Engine I don't think you can use the current PyMongo module because it includes some c code. With the python2.7

Re: [google-appengine] Transferring data from MongoDB to Google App Engine

2012-10-02 Thread Johan Euphrosine
On Mon, Oct 1, 2012 at 4:21 AM, Takashi Matsuo wrote: > > Hi Eugene, > > The first option comes to mind is the Remote API. > For more details, please read: > https://developers.google.com/appengine/docs/python/tools/remoteapi > > > Re: using PyMongo on App Engine > I don't think you can use the cu