Re: [google-appengine] How import datas to BigTable from my local mysql ?

2010-11-16 Thread YF CAO
thanks. after close IDE, all test datas disappeared. is it in memory? how to create local BigTable ? 2010/11/16 Robert Kluin robert.kl...@gmail.com You've got a few good options. Check out: http://code.google.com/appengine/docs/python/tools/uploadingdata.html Although, I generally find

Re: [google-appengine] How import datas to BigTable from my local mysql ?

2010-11-16 Thread Robert Kluin
No, it should be kept in a file. The location depends on whether you are using Python or Java. http://code.google.com/appengine/docs/python/tools/devserver.html#Using_the_Datastore http://code.google.com/appengine/docs/java/tools/devserver.html#Using_the_Datastore Sounds like your IDE

[google-appengine] How import datas to BigTable from my local mysql ?

2010-11-15 Thread YF CAO
hi all, How import datas to BigTable from my local mysql ? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] How import datas to BigTable from my local mysql ?

2010-11-15 Thread YF CAO
hi all. How import datas to BigTable from my local mysql ? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to

Re: [google-appengine] How import datas to BigTable from my local mysql ?

2010-11-15 Thread Robert Kluin
You've got a few good options. Check out: http://code.google.com/appengine/docs/python/tools/uploadingdata.html Although, I generally find it easier to write my own 'services' for importing data. Robert On Mon, Nov 15, 2010 at 22:31, YF CAO caoyongfeng0...@gmail.com wrote: hi all,