Hello, I have been using the "Datastore" feature with Google App Engine, and querying data via
(1) Java-based application our team wrote, which runs in deployed Google App Engine environment (2) web console of Google Cloud Platform, via https://console.cloud.google.com/datastore/entities/query?project=PROJECTNAME (Query by kind) and https://console.cloud.google.com/datastore/entities/query/gql?project=PROJECTNAME (Query by GQL) I recently started experimenting with the command-line tools provided with the google-cloud-sdk, such as google-cloud-sdk/bin/gcloud I noticed that there are commands: gcloud datastore create-indexes index.yaml gcloud datastore cleanup-indexes index.yaml I was hoping there might be a way to use gcloud (or other command-line tool) to perform GQL queries like "SELECT * FROM MyDatastoreName" I also noticed there is another tool called "bq" for BigQuery, but we do not have datasets in BigQuery. Is there an existing command-line tool for querying datastores, or would I need to write my own? Thanks, Brian Miller -- 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/a3004833-d511-4c0d-80d7-82134ced9be1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
