# Google Cloud Platform服務介紹

Google Cloud Platform(我們簡稱GCP)是Google所提供的雲端服務集合，包含Compute Engine, App Engine, CloudSQL, Datastore, BigQuery, Cloud Storage, PubSub... 等服務。

## Google Cloud的特色

Google Cloud在Google的精心規劃下，提供Googler本身開發的環境、提供Production服務的環境給全球的Google Cloud使用者。我們可以從Google的建構上，看到幾個比較重要的優勢：

### 網路優勢

Google Cloud在全球的部署上，以全球一個資料中心、全球一個大網路的目標來服務使用Google Cloud的用戶。從網路層，建構於Google Cloud的專案，可以規劃使用同一個Network串接全球的服務。

### 專案結構優勢

透過Google領先於其他資料中心與雲端服務的特色，GCP的使用者僅需在統一的介面上來操作全球的資源，並透過完整的保護機制，讓使用者減少服務異常導致的問題。

### 技術優勢

Google數年來一直以卓越的技術持續領先全球，也持續把新的技術發布成Open Source，在服務的選擇上，更提供給現在開發者一個很好的選擇。

## 服務的分類

* Compute：以計算為主的服務，包含Compute Engine, App Engine等服務；近期Google更推出Container Service，稱作Google Container Engine(GKE)，來服務使用Docker的用戶。
* Networking：網路相關的服務，包含VPN與DNS服務，以Google管理的方式，提供網路層需要使用到的一些應用。
* Store：儲存相關服務，包含SQL - CloudSQL, NoSQL - Datastore, File - Cloud Storage等儲存相關服務。
* Big Data：大資料儲存方案，包含BigQuery, Dataflow等等處理大資料的相關方案。
* APIs：包含所有Google服務的可操作程式介面，讓需要的使用者以PaaS的方式與Google介接，使用Google之服務。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gdgcloud-taipei.gitbook.io/google-cloud-platform-in-practice/ren-shi-google-cloud/google-cloud-platform-fu-wu-jie-shao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
