google-api-go-client

Connecting to AppEngine datastore in development via Cloud Datastore API

陌路散爱 提交于 2019-12-31 00:00:51
问题 We are currently running a combined AppEngine / GCE app and thus far have kept all of our datastore access on the AppEngine side of things. Now we are exploring also allowing our GCE instance to make some queries into the (shared) datastore. To start, I'm trying to figure out how to run things locally. What we have so far: A Go devappserver running A Go standalone binary that wants to issues queries to the devappserver datastore. We installed ('go get') google-api-go-client/datastore/v1beta2