Re: [google-appengine] Re: ndb to cloud ndb migration experience

2020-02-21 Thread Jon Grover
Yes, but we’re still on the Python 2 environment, hence the migration. Once we're on Cloud NDB we need to finish eliminating testbed and move off taskqueues, though I think our usage of the latter is small enough that I can do it at the since time we move to Python 3. Ryan, thanks for the

[google-appengine] Re: ndb to cloud ndb migration experience

2020-02-19 Thread 'noverlyjoseph' via Google App Engine
Google do recommend to use local environment for testing instead of dev_appserver, and to use pytest for unit testing.[1] dev_appserver was recommend for First Generation App Engine [1] https://cloud.google.com/appengine/docs/standard/python3/testing-and-deploying-your-app#running_locally On

[google-appengine] Re: ndb to cloud ndb migration experience

2020-02-18 Thread Ryan B
hi jon! On Tuesday, February 18, 2020 at 5:42:26 AM UTC-8, Jon Grover wrote: > > On Thursday, January 16, 2020 at 1:47:03 PM UTC-8, Ryan B wrote: > 1) First and foremost, I had repeated issues with dev_appserver connecting > to my production datastore despite having set all the correct

[google-appengine] Re: ndb to cloud ndb migration experience

2020-02-18 Thread Jon Grover
On Thursday, January 16, 2020 at 1:47:03 PM UTC-8, Ryan B wrote: > > * replace testbed > > > with the datastore emulator > for >

[google-appengine] Re: ndb to cloud ndb migration experience

2020-01-21 Thread Jon Grover
On Thursday, January 16, 2020 at 1:47:03 PM UTC-8, Ryan B wrote: > > * this WSGI middleware to run all HTTP request handlers inside an NDB > client context. > > without it, i would have had to add a ton of ugly new with >

[google-appengine] Re: ndb to cloud ndb migration experience

2020-01-16 Thread Ryan B
i recently migrated a number of nontrivial apps from python 2 to python 3 (standard). it wasn't easy, especially since i used a number of the old APIs - task queues, logging, memcache, ndb, etc - that have changed significantly or disappeared entirely. it took a significant amount of effort,

[google-appengine] Re: ndb to cloud ndb migration experience

2020-01-15 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello Aert, What are some of your specifications? How is it complex? Adding them might put value in the responses you will get. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from