Hi SUresh,

You have to export from mySQL and then use the bulk loader;
http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/

You may also write a servlet and push your data as payload of POST
requests to this servlet. This may avoid you the setup of the bulk
loader (Python, etc.)

regards

didier

On Dec 10, 10:30 am, Suresh Reddy <[email protected]> wrote:
> Hi All,
>
> I'm working on migrating sample application to GAE.
> In my local environment my application is deployed on Tomcat pointing
> to MySQL datasource.
>
> I made relevant changes and deployed this application on GAE. as this
> application is using JPA expecting entities to be created on GAE but,
> what about my data from MySQL tables? is there a way to push this data
> on GAE?
>
> Any pointers would be highly appreciated.
>
> Thanks,
> Suresh

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to