Skip to content

Google Cloud

Patterns for working with Google Cloud services from Node.js applications. Each sub-file covers a specific integration pattern.

Topics

  • Google Cloud General Patterns: gcloud CLI usage, project setup, service accounts, and credential management. Use when configuring Google Cloud authentication or project settings.
  • Cloud SQL Proxy Lifecycle: Manage Cloud SQL Proxy startup, socket/port coordination, and process cleanup for local development. Use when connecting a Node.js app to Cloud SQL locally.
  • App Engine Deployment: Safe deployment script that validates git state, derives version names, and tags deployments. Use when deploying a Node.js app to App Engine.

See also

  • Node.js SQL Patterns: SQL query organization and database access patterns for Cloud SQL applications.