To provide Google Cloud developers with ready-to-deploy and up-to-date App Engine application samples covering the wide range of services/components App Engine is composed of. Newcomers can get started testing the platform while more experienced ones can test or troubleshoot use cases.
The repository's initial directory structure has been designed to cover every App Engine SDK/language on each component/service or API. Here is what it looks like for the python samples:
.
├── go
│ ├── ...
├── java
│ ├── ...
├── php
│ ├── ...
├── python
│ ├── apis
│ │ ├── app-identity
│ │ ├── channel
│ │ ├── images
│ │ ├── logs
│ │ ├── mail
│ │ ├── memcache
│ │ ├── multitenancy
│ │ ├── oauth
│ │ ├── search
│ │ ├── sockets
│ │ ├── task-queues
│ │ ├── url-fetch
│ │ └── users
│ ├── endpoints
│ ├── managed-vms
│ ├── modules
│ └── storage
│ ├── big-query
│ ├── blobstore
│ ├── cloud-sql
│ ├── cloud-storage
│ └── datastore
└── README.md