For GAE Std nodejs8/nodejs10, datastore and task queues are only available via Cloud Datastore [1] and Cloud Tasks [2].
There is no access to the classic GAE Std APIs in Second Generation runtimes [3]. [1] https://cloud.google.com/datastore/docs/concepts/overview [2] https://cloud.google.com/tasks/docs/dual-overview [3] https://cloud.google.com/appengine/docs/standard/runtimes On Friday, 10 May 2019 04:51:25 UTC-7, Azeem Haider wrote: > > I'm going to develop nodeJS application in App Engine Standard Biggest > problem I'm facing it how I run app engine standard environment locally? > > I already worked in app engine standard locally with java development. We > run the app egnine like mvn appengine:run and able to use *datastore* and > *Task > queues* etc. > > How can I use *datastore and task queues* locally in nodeJS? > In NodeJs Docs Samples > <https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/datastore> > they > are using cloud datastore not the local one. > > Is it possible to use datastore and task queues locally in nodeJS like > JAVA? If it is possible then how I can use it and Document or tutorial? > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/95502195-fce6-48f8-b5a3-037bb83fa5f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
