freeCodeCamp/guide/chinese/cloud-development/google-cloud-platform/index.md

23 lines
1.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Google Cloud Platform
localeTitle: Google云端平台
---
## Google云端平台
Google提供的Google云平台是一套云计算服务运行在Google内部用于其最终用户产品的相同基础架构上例如Google搜索和YouTube。\[1\]除了一套管理工具, 它提供一系列模块化云服务,包括计算,数据存储,数据分析和机器学习。
一些着名的网络服务包括
* Google Compute Engine - 提供虚拟机的IaaS。
* Google App Engine - 用于应用程序托管的PaaS。
* Bigtable - IaaS可大规模扩展的NoSQL数据库。
* BigQuery - SaaS大规模数据库分析。
* Google Cloud Functions - 截至2017年8月正在进行beta测试。 FaaS提供无服务器功能由云事件触发。
* Google Cloud Datastore - 提供面向文档的数据库的DBaaS。
* Cloud Pub / Sub - 用于发布和订阅数据流和消息的服务。应用程序可以通过Pub / Sub进行通信而无需应用程序本身之间的直接集成。\[5\]
* Google存储 - IaaS提供RESTful在线文件和对象存储。
#### 更多信息:
* [Google云平台文档](https://cloud.google.com/docs/)
* [维基百科](https://en.wikipedia.org/wiki/Google_Cloud_Platform)