Top "Google-cloud-datastore" questions

Google Cloud Datastore is a scalable, fully-managed NoSQL document database for web and mobile applications.

What database does Google use?

Is it Oracle or MySQL or something they have built themselves?

database google-search google-cloud-datastore bigtable
How to delete all datastore in Google App Engine?

Does anyone know how to delete all datastore in Google App Engine?

google-app-engine google-cloud-datastore
Google Cloud Bigtable vs Google Cloud Datastore

What is the difference between Google Cloud Bigtable and Google Cloud Datastore / App Engine datastore, and what are the main …

google-app-engine google-cloud-platform google-cloud-datastore google-cloud-bigtable
Google App Engine: Is it possible to do a Gql LIKE query?

Simple one really. In SQL, if I want to search a text field for a couple of characters, I can …

google-app-engine google-cloud-datastore gql
How to browse local Java App Engine datastore?

It seems there is no equivalent of Python App Engine's _ah/admin for the Java implementation of Google App Engine. …

java google-app-engine google-cloud-datastore
How do I query in GQL using the entity key

How do I write a query against the entity key using GQL in the Google App Engine Data Viewer ? In …

google-app-engine google-cloud-datastore gql
How to fetch more than 1000?

How can I fetch more than 1000 record from data store and put all in one single list to pass to …

python google-app-engine google-cloud-datastore
How to think in data stores instead of databases?

As an example, Google App Engine uses Google Datastore, not a standard database, to store data. Does anybody have any …

database google-app-engine google-cloud-platform google-cloud-datastore
Google Web Toolkit (GWT) + Google App Engine (GAE) + Detached Data Persistence

I would like to develop a web-app requiring data persistence using GWT and GAE. As I understand it, my only (…

google-app-engine gwt rpc google-cloud-datastore detach
How does one get a count of rows in a Datastore model in Google App Engine?

I need to get a count of records for a particular model on App Engine. How does one do it? …

google-app-engine google-cloud-datastore