简体   繁体   English

使用NodeJ运行App Engine标准环境

[英]Run App Engine standard environment with NodeJs

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? 我将在App Engine Standard开发nodeJS应用App Engine Standard最大的问题是我如何在本地运行App Engine标准环境?

I already worked in app engine standard locally with java development. 我已经在本地使用java开发开发App Engine标准。 We run the app egnine like mvn appengine:run and able to use datastore and Task queues etc. 我们像mvn appengine:run一样运行egnine应用程序,并能够使用数据存储区Task队列等。

How can I use datastore and task queues locally in nodeJS? 如何在NodeJS中本地使用数据存储和任务队列
In NodeJs Docs Samples they are using cloud datastore not the local one. NodeJs Docs Samples中,他们使用的是云数据存储,而不是本地的。

Is it possible to use datastore and task queues locally in nodeJS like JAVA? 是否可以在诸如JAVA之类的nodeJS中本地使用数据存储和任务队列? If it is possible then how I can use it and Document or tutorial? 如果可能的话,我该如何使用它以及文档或教程?

For GAE Std nodejs8/nodejs10, datastore and task queues are only available via Cloud Datastore ( 1 ) and Cloud Tasks ( 2 ). 对于GAE Std nodejs8 / nodejs10,数据存储和任务队列仅可通过Cloud Datastore( 1 )和Cloud Tasks( 2 )使用。

There is no access to the classic GAE Std APIs in Second Generation runtimes ( 3 ). 在第二代运行时( 3 )中无法访问经典的GAE Std API。

借助NodeJ,您可以使用数据存储区模拟器来处理本地数据存储区。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM