[google-appengine] Run Node app locally and serve static file handlers from app.yaml?

2018-07-11 Thread Ryan B
hi all! the docs for Node currently say use to npm start, ie "your local environment with the development tools that you usually use," to run an app locally: https://cloud.google.com/appengine/docs/standard/nodejs/testing-and-deploying-your-app#running_locally this works fine for URLs handled b

[google-appengine] Using GAE to upload images to Google Cloud Storage?

2018-07-11 Thread Parth Mishra
I have a standard environment service that is handling HTTP POST requests of images. It basically just creates a unique ID for them based on some request metadata and then uploads to Cloud Storage. My question is, is GAE the right choice to handle this? I'll be getting ~70K of these images (les

[google-appengine] Can i use django Channels on App Engine Flexible?

2018-07-11 Thread Julio Brito
Can i use django Channels on App Engine Flexible? Yes or Not? Thanks. -- 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 it, send an email to google-appengine+unsubscr...@googlegro

[google-appengine] Options to synchronize a moderate amount of data with Datastore?

2018-07-11 Thread Attila-Mihaly Balazs
Hello, I'm trying to do the following periodically (lets say once a week): - download a couple of public datasets - merge them together, resulting in a dictionary (I'm using Python) of ~2.5m entries - upload the result to Cloud Datastore so that I have it as "reference data" for other things ru

[google-appengine] Re: How use Celery on appengine flexible with a django app

2018-07-11 Thread Julio Brito
Hi Katayoon, Yes, i Know that i need custom runtime and Dockerfile, but how start Celery process and my django app. example: FROM gcr.io/google-appengine/python LABEL python_version=python3.6 RUN virtualenv --no-download /env -p python3.6 # Set virtualenv environment variables. This is equiva

[google-appengine] Re: Can app engine host a Node JS worker?

2018-07-11 Thread David Komer
Thanks for the breakdown :) On Wednesday, July 11, 2018 at 2:54:27 PM UTC+3, Ani Hatzis wrote: > > Maybe Cloud Functions will be added to Choosing a Computing Option > once it gets > out of beta? > > In general I would say, that Cloud Fun

[google-appengine] Re: Can app engine host a Node JS worker?

2018-07-11 Thread Ani Hatzis
Maybe Cloud Functions will be added to Choosing a Computing Option once it gets out of beta? In general I would say, that Cloud Functions (almost no control, focus on code) is on the opposite side of Compute Engine (full control, lots of

[google-appengine] Static File Hosting - Performance & Logging

2018-07-11 Thread 'Dennis Yurkevich' via Google App Engine
Hello All, When using the various static file hosting options on GAE Nodejs Flex Environment, I see the below three as the main options: 1. have the app serve on a route e.g app.use(express.static()) 2. use the app.yaml config 3. use google bucket / cdn My first question is which should be most p

[google-appengine] Re: Can app engine host a Node JS worker?

2018-07-11 Thread David Komer
Just to bump this - the linked docs are great for comparing between App Engine Standard and Flexible, but it doesn't really address Cloud Functions. It would be helpful to have a comparison / best-practices guideline for choosing between Cloud Functions and App Engine On Saturday, 30 June 2018