README
Guestbook Sample
Guestbook is a sample application that records visitors' messages, displays a cloud banner, and an administrative message. The main business logic is written in a cloud-agnostic manner using MySQL, the generic blob API, and the generic runtimevar API. All platform-specific code is set up by Wire.
You can see how to build, run, and deploy this sample by following one of the following tutorials based on the cloud platform of your choosing:
Gophers
The Go gopher was designed by Renee French and used under the Creative Commons 3.0 Attributions license.
Documentation
Overview ¶
guestbook is a sample application that records visitors' messages, displays a cloud banner, and an administrative message.
Directories
Path | Synopsis |
---|---|
aws
|
|
provision_db
The provision_db program connects to an RDS database and initializes it with SQL from stdin.
|
The provision_db program connects to an RDS database and initializes it with SQL from stdin. |
gcp
|
|
deploy
The deploy program builds the Guestbook server locally and deploys it to GKE.
|
The deploy program builds the Guestbook server locally and deploys it to GKE. |
provision_db
The provision_db program connects to a Cloud SQL database and initializes it with SQL from a file.
|
The provision_db program connects to a Cloud SQL database and initializes it with SQL from a file. |