added cloud SQL (#19917)

* added cloud SQL

* Update index.md

* Update index.md
This commit is contained in:
Prashanta Paudel
2018-11-02 05:43:10 +02:00
committed by Paul Gamble
parent 6f040eba67
commit 39bba0e6cc

View File

@ -15,12 +15,15 @@ Some famous web services include
* Google Cloud Functions As of August 2017 is in beta testing. FaaS providing serverless functions to be triggered by cloud events.
* 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.
* Google Storage - IaaS providing RESTful online file and object storage.
* Google Cloud Storage - IaaS providing RESTful online file and object storage. It consists of both structured and unstructured data.
* Cloud SQL - IaaS that Provides relational database management system in Postgre and MySQL.
* Google Cloud Dataproc - Managed Apache Spark and Apache Hadoop service.
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
<!-- Please add any articles you think might be helpful to read before writing the article -->
* <a href='https://cloud.google.com/docs/' target='_blank' rel='nofollow'>Google Cloud Platform Documentation</a>
* <a href='https://en.wikipedia.org/wiki/Google_Cloud_Platform' target='_blank' rel='nofollow'>Wikipedia</a>
* <a href= 'https://landing.google.com/sre/book.html' target='_blank' rel='nofollow'>Google Site Reliability Engineering</a>
* <a href= 'https://landing.google.com/sre/book.html' target='_blank' rel='nofollow'>Google Site Reliability Engineering</a>