Skip to content

Commit

Permalink
Add GCP to deploy index and chart (#32)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nvkelso authored Mar 18, 2024
1 parent 10b65f5 commit a8c72c4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a8c72c4

Please sign in to comment.