added cloud SQL (#19917)
* added cloud SQL * Update index.md * Update index.md
This commit is contained in:
committed by
Paul Gamble
parent
6f040eba67
commit
39bba0e6cc
@ -15,9 +15,12 @@ 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 -->
|
||||
|
Reference in New Issue
Block a user