[google-appengine] Re: How to simulate app engine environment for a python3 application locally

2019-02-12 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Santiago, You can find relevant information in the "Running locally" sub-chapter of the "Testing and deploying your application" documentation page. To test your application's

Re: [google-appengine] Existing ndb data -> Python 3 data

2019-02-12 Thread 'Rahul Ravindran' via Google App Engine
That is the idea. I encourage you to participate in the early releases etc to ensure your use case is being met. You may have additional steps to enable caching. On Tue, Feb 12, 2019 at 5:30 PM Bruce Sherwood wrote: > That is very good news indeed. It's not immediately obvious from that >

Re: [google-appengine] Existing ndb data -> Python 3 data

2019-02-12 Thread Bruce Sherwood
That is very good news indeed. It's not immediately obvious from that site's Migration document whether the new ndb library is intended just to be something that will make it easy for someone familiar with the existing ndb library to build a new GAE, or rather that the intent is to make it

Re: [google-appengine] Existing ndb data -> Python 3 data

2019-02-12 Thread 'Rahul Ravindran' via Google App Engine
Development of the new Python 3-compatible ndb client is happening in the Google Cloud Python client library github repo at https://github.com/googleapis/google-cloud-python/tree/master/ndb . The library is not usable as-is yet, but work is in progress and can be monitored there. On Tue, Feb 12,

[google-appengine] Existing ndb data -> Python 3 data

2019-02-12 Thread Bruce Sherwood
I've seen the documentation on Python 3 datastores, but what I haven't seen is how to deal with preserving existing user data. My existing GAE (Python 2.7, standard environment, ndb) has 60,000 user records. Perhaps one way to preserve this data would be to add code to my current Python server

[google-appengine] How to simulate app engine environment for a python3 application locally

2019-02-12 Thread Santiago Del Valle
I'm creating a micro service that should run on a python 3 standard environment of Google App Engine. I want to run it in a simulated Google app engine environment. In the python2 standard environment you could do something like: dev_appserver.py [PATH_TO_YOUR_APP] > but as I understand this

[google-appengine] Re: PHP Developer server + PHP-FPM

2019-02-12 Thread Piotr Wielądek
Hello George, Im running devserver command while im in application directory (where my app.yaml). According to documentation it looks like: dev_appserver.py --php_executable_path=/usr/sbin/php-fpm7.2 app.yaml but getting error all the time W dniu poniedziałek, 11 lutego 2019 23:56:36 UTC+1