This document provides an overview and summary of Google App Engine and the Datastore:
- It introduces the Google developer toolkit, creating a cloud project, enabling billing, and creating a first project.
- It covers the basics of the Datastore including entities, kinds, properties, keys, queries, filters, sorting, and indexes.
- It compares the Datastore to traditional SQL databases, highlighting the Datastore's scalability, consistency model, and limitations around inequality filters and sorting.
- Code examples are provided for creating, getting, and querying entities using the low-level and query APIs, including composite filters, ancestors, and transactions.