# Cloud Datastore簡介

Cloud Datastore為Google推出以key-value為儲存方式的NoSQL服務，以PaaS的形式提供給開發者使用，並且由Google管理所有底層維運與監控等細節，讓使用者可以專心在資料面的儲存與相關應用研發。總歸Cloud Datastore優點如下：

* Cloud Datastore為設計以適用於應用程式後端的資料庫，在初期提供AppEngine服務使用，後來加上RESTful介面，供用戶可以存任何位置存取Cloud Datastore服務。
* Cloud Datastore可提供高達數十億行的NoSQL Data儲存服務。
* 在資料建置上，使用Schemaless的概念，無需事先考慮儲存資料結構。
* Google提供本地端模擬工具，讓使用者可以在本地開發與測試。
* 本身具備自動擴充並提供完全的管理
* 在儲存上，落實資料分散功能，提供高可用性且完整備援能力
* 優於一般NoSQL服務，支援 ACID 交易能力
* 優惠開發者在開發階段使用，提供每日免費使用量
* 提供公開介面，從任何位置皆可透過 RESTful 介面進行存取

## 參考

* Cloud Datastore官方文件：<https://cloud.google.com/datastore/docs>


---

# 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/google-cloud-shang-de-chu-cun-fu-wu/cloud-datastore/cloud-datastore-jian-jie.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.
