Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 678 Bytes

File metadata and controls

9 lines (5 loc) · 678 Bytes

google-cloud-sql-connections

Repository for my article Google Cloud SQL for MySQL - Connection Security, High Availability and Failover

Designing an application that incorporates Google Cloud SQL requires some thought. There are several factors to consider regarding security, performance, fault tolerance and availability. Incorrectly implementing one of these areas can affect the other areas, usually negatively.

In this article, we will start with a simple example, written in Node.js. Then we will analyze this example, find issues and explore improved solutions.

https://www.jhanley.com/google-cloud-sql-for-mysql-connection-security-high-availability-and-failover/