How do I access my AppEngine DataStore entities from my Compute Engine VM?

前端 未结 4 1147
借酒劲吻你
借酒劲吻你 2021-01-14 00:19

My app is running on App Engine, but I would like to access its NDB DataStore entities from my Compute Engine VM to do some processing and write the results back to the App

4条回答
  •  借酒劲吻你
    2021-01-14 01:07

    Aside from options that @David explained, you can also look into Managed VMs: they are a cross between Compute Engine and App Engine - basically a managed Compute Engine instance that has access to App Engine services.

提交回复
热议问题