# Cloud Datastore

Datastore是存在於GAE推出之初的資料庫儲存解決方案，讓使用者透過創新的NoSQL儲存方式存放各式資料，並且以高複製(replica)來提高資料存取之效能，並保證資料可靠性。Google Cloud Platform正式Launch之後，Datastore也推出Cloud版本，下面讓我們來了解一下新版的Cloud Datastore的一些特性！

* Developer Page: [https://developers.google.com/datastor](https://developers.google.com/datastore/)
* Pricing Page: <https://developers.google.com/datastore/pricing>
