App Engine for PHP concepts
-
An Overview of App Engine
An explanation of App Engine services, the building blocks of App Engine applications
-
The PHP Standard Environment
A description of the PHP standard environment for App Engine and how it works.
-
How Requests are Handled
How requests to your application are understood and handled within App Engine.
-
How Requests are Routed
How HTTP requests from users and other applications can be routed using dispatch files.
-
How Instances are Managed
A description of how App Engine instances are managed and scale dynamically to meet demand.
-
Access Control
Set access control using roles at the project level.
Microservices on App Engine
-
Microservices Architecture
An explanation of App Engine application architecture for building a microservices-based application.
-
Developer Environment
Creating QA, test, dev, and prod environments with microservices.
-
Contracts, Addressing, and APIs
Connecting microservices to each other in App Engine.
-
Best Practices for Performance
Structuring your microservice application for peak performance and reduced latency.
-
Migrate an Existing App
Migrating an existing monolithic app to a microservices architecture.