From a8c72c48e88c55ceb24cf288be4e2245ee93d9c0 Mon Sep 17 00:00:00 2001 From: "Nathaniel V. KELSO" Date: Mon, 18 Mar 2024 02:54:48 -0700 Subject: [PATCH] Add GCP to deploy index and chart (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add GCP to deploy index and chart * PR comments - note `With CDN` for new GCP column's edge caching row - increment setup effort to 😓😓 (from 😓) since that's an extra headache --- deploy/index.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/deploy/index.md b/deploy/index.md index b30a697..55d1d8e 100644 --- a/deploy/index.md +++ b/deploy/index.md @@ -43,21 +43,22 @@ A CDN deployment of Protomaps has three parts: * [Deploy PMTiles on Cloudflare](/deploy/cloudflare) * [Deploy PMTiles on AWS](/deploy/aws) +* [Deploy PMTiles on Google Cloud (GCP)](/deploy/google-cloud) * [Deploy PMTiles with the Caddy web server](/deploy/server) ## Deployment Comparison Chart _Cloudflare is recommended for budget minded beginners. AWS is recommended for commercial companies who require a faster map and/or can offset increased marginal cost with monetization._ -| feature | static pmtiles | Cloudflare | AWS | [Caddy](/deploy/server#caddy) | `pmtiles serve` | -| - | :-: | :-:| :-: | :-: | - | -| Z/X/Y compatible | ✖️ | ✅ | ✅ | ✅ | ✅ | -| Edge caching | ✖️ | ✅ | ✅ | With CDN | With CDN | -| SSL | ✅ | ✅ | ✅ | ✅ | With reverse proxy | -| Scale to zero | ✅ | $5 (USD) | ✅ | ✖️ | ✖️ | -| Setup effort | 😓 | 😓 | 😓 | 😓😓 | 😓😓😓 | -| Latency | 🚀 | 🚀 | 🚀🚀🚀 | 🚀🚀 | 🚀🚀🚀 | -| Cost | 💰 | 💰 | 💰💰💰 | 💰💰 | 💰💰 | +| feature | static pmtiles | Cloudflare | AWS | GCP | [Caddy](/deploy/server#caddy) | `pmtiles serve` | +| - | :-: | :-:| :-: | :-: | :-: | - | +| Z/X/Y compatible | ✖️ | ✅ | ✅ | ✅ | ✅ | ✅ | +| Edge caching | ✖️ | ✅ | ✅ | With CDN | With CDN | With CDN | +| SSL | ✅ | ✅ | ✅ | ✅ | ✅ | With reverse proxy | +| Scale to zero | ✅ | $5 (USD) | ✅ | ✅ | ✖️ | ✖️ | +| Setup effort | 😓 | 😓 | 😓 | 😓😓 | 😓😓 | 😓😓😓 | +| Latency | 🚀 | 🚀 | 🚀🚀🚀 | 🚀🚀🚀 | 🚀🚀 | 🚀🚀🚀 | +| Cost | 💰 | 💰 | 💰💰💰 | 💰💰💰 | 💰💰 | 💰💰 | ### Feature explanation