[appengine-java] Re: input Data in DataStore from External Server ?

2011-09-18 Thread Kb
Or should i go for other Tomcat Hosts ? On Sep 13, 12:50 am, Kb wrote: > I Have around 100,000 entries in database(MySQL) that updates every 10 > minutes. > > If i use GAE DataStore in Server Application(hosted somewhere)  and > Again GAE Datastore  on Client will it fit the QUOTA Limits? > > On

[appengine-java] Re: input Data in DataStore from External Server ?

2011-09-12 Thread Kb
I Have around 100,000 entries in database(MySQL) that updates every 10 minutes. If i use GAE DataStore in Server Application(hosted somewhere) and Again GAE Datastore on Client will it fit the QUOTA Limits? On Sep 13, 12:39 am, gk wrote: > Hey Kb, upload another "special version" of your GAE

[appengine-java] Re: input Data in DataStore from External Server ?

2011-09-12 Thread gk
Hey Kb, upload another "special version" of your GAE app. Use that "special version" to run Java code that imports the data. All versions of an GAE app use the same datastore. Possibly write and run localy a utility application to POST each record to your GAE datastore / or GET each record from