GoogleCloudPlatform / cloudjourneysidecar

Apache License 2.0
4 stars 4 forks source link

Cloud Journey

Sidecar application

This is the companion app for Cloud Journey. It must be installed in your GCP project to get Cloud Journey to work.

Requirements

Steps

Should output:

[{
  "quest": "01_sys",
  "complete": false,
  "notes": "API not enabled yet."
}, {
  "quest": "01_data",
  "complete": false,
  "notes": ""
}, {
  "quest": "01_dev",
  "complete": false,
  "notes": "API not enabled yet."
}]

If that's working congrats, you're all set to play.

What does it do?

The code in this repo when launched as an App Engine Application will interogate your project using Public GCP API's and try to figure out if you have properly completed the steps in Cloud Joruney's tutorials. It will try and figure out 3 things:

"This is not an official Google Project."