So what you trying to do? Actully connect to the live datastore - directly?
Can use remote_api - need to setup the local machine to use the API for queries. I dont actully know how hard that is. Of course it will make queries much slower, as they have to transfer over the live internet (and be converted from/to HTTP by code running on your live app (this code is provided by remote_api) ) On 25 January 2011 16:41, Peter Liu <[email protected]> wrote: > It takes really long time to download when there's 100k+ entries, and > when it gets unexpected error code, it stops transferring. Not to > mention that it's costly and data is not always updated. > > On Jan 25, 11:07 pm, Wim den Ouden <[email protected]> wrote: >> With appcfg.py download_data you can download your data and restore in >> the local dev. >> >> 2011/1/25 Peter Liu <[email protected]>: >> >> > Anyway to make dev server use production datastore? >> >> > It will be nice when designing new html templates (jsp, etc...) with >> > real production data. Maybe with read-only to avoid corrupting the >> > remote datastore. >> >> > Anyone tried this? Thanks. >> >> > -- >> > 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 >> > athttp://groups.google.com/group/google-appengine?hl=en. >> >> -- >> gr >> Wim den Ouden >> Custom applications,https://e-comm.appspot.com/ >> Free open source E-commerce framework (web) >> apps,http://code.google.com/p/relat/ >> Gae developer tips,http://code.google.com/p/relat/wiki/gaetips > > -- > 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.
