How to connect to the local google cloud Datastore db?
问题 I've GAE application which creates some data in the Google Cloud Datastore and stores some binary files into the Google Cloud Storage - let's call the application WebApp . Now I have a different application running on the Google compute engine. Let's call the application ComputeApp . The ComputeApp is a backend process which is processing data created by the WebApp . I asked here in this question previously which API can I use to communicate with Datastore from the ComputeApp . As suggested