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 might be clearing the file out. Robert On Tue, Nov 16, 2010 at 21:42, YF CAO <[email protected]> wrote: > thanks. > after close IDE, all test datas disappeared. > is it in memory? > how to create local BigTable ? > > > 2010/11/16 Robert Kluin <[email protected]> >> >> 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 <[email protected]> wrote: >> > 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 [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?hl=en. >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" 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?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
