Remove beta marker for Google Cloud Functions (#24433)

This commit is contained in:
Carlos Arcenas
2018-12-11 06:30:50 +07:00
committed by Manish Giri
parent c8ddc22d57
commit a5497308d7

View File

@ -3,16 +3,16 @@ title: Google Cloud Platform
--- ---
## Google Cloud Platform ## Google Cloud Platform
Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search and YouTube. Alongside a set of management tools, Google Cloud Platform (GCP), offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search and YouTube. Alongside a set of management tools,
it provides a series of modular cloud services including computing, data storage, data analytics and machine learning. GCP provides a series of modular cloud services including computing, data storage, data analytics and machine learning.
Some famous web services include Some famous web services include:
* Google Compute Engine IaaS providing virtual machines. * Google Compute Engine IaaS providing virtual machines.
* Google App Engine PaaS for application hosting. * Google App Engine PaaS for application hosting.
* Bigtable IaaS massively scalable NoSQL database. * Bigtable IaaS massively scalable NoSQL database.
* BigQuery SaaS large scale database analytics. * BigQuery SaaS large scale database analytics.
* Google Cloud Functions As of August 2017 is in beta testing. FaaS providing serverless functions to be triggered by cloud events. * Google Cloud Functions FaaS providing serverless functions to be triggered by cloud events.
* Google Cloud Datastore - DBaaS providing a document-oriented database. * Google Cloud Datastore - DBaaS providing a document-oriented database.
* Cloud Pub/Sub - a service for publishing and subscribing to data streams and messages. Applications can communicate via Pub/Sub, without direct integration between the applications themselves. * Cloud Pub/Sub - a service for publishing and subscribing to data streams and messages. Applications can communicate via Pub/Sub, without direct integration between the applications themselves.
* Google Cloud Storage - IaaS providing RESTful online file and object storage. It consists of both structured and unstructured data. * Google Cloud Storage - IaaS providing RESTful online file and object storage. It consists of both structured and unstructured data.