From 967669dab1ae58a9d7faf51575ba5359c7692aa0 Mon Sep 17 00:00:00 2001 From: Sandeep Dinesh Date: Tue, 11 Oct 2016 13:46:04 -0700 Subject: [PATCH] Update Google Cloud product comparison Changes: - Removed Cloud SQL as a sharded RDBMS (Cloud SQL does not provide this) - Moved CockroachDB from Bigtable to Sharded RDBMS (Cockroach is an open-source version of Spanner) - Added HBase as the open source version of Bigtable (Cloud Bigtable is compatible with the HBase API) - Added Dremel as the Google Internal version of BigQuery - Added Cloud CDN (CDN), Firebase Analytics (Mobile Analytics), and Cloud Source Repositories (git hosting) - Changed Cloud Test Lab to Firebase Test Lab (rebranding) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7c2887f0..aa542092 100644 --- a/README.md +++ b/README.md @@ -265,12 +265,12 @@ Many services within AWS can at least be compared with Google Cloud offerings or | File storage | S3 | Cloud Storage | GFS | Storage Account | | Swift, HDFS | | Block storage | EBS | Persistent Disk | | Storage Account | | NFS | | SQL datastore | RDS | Cloud SQL | | SQL Database | | MySQL, PostgreSQL | -| Sharded RDBMS | | Cloud SQL | F1, Spanner | | | Crate.io | -| Bigtable | | Cloud Bigtable | Bigtable | | | CockroachDB | +| Sharded RDBMS | | | F1, Spanner | | | Crate.io, CockroachDB | +| Bigtable | | Cloud Bigtable | Bigtable | | | HBase | | Key-value store, column store | DynamoDB | Cloud Datastore | Megastore | Tables, DocumentDB | | Cassandra, CouchDB, RethinkDB, Redis | | Memory cache | ElastiCache | App Engine Memcache | | Redis Cache | | Memcached, Redis | | Search | CloudSearch, Elasticsearch (managed) | | | Search | Algolia, QBox | Elasticsearch, Solr | -| Data warehouse | Redshift | BigQuery | | SQL Data Warehouse | Oracle, IBM, SAP, HP, many others | Greenplum | +| Data warehouse | Redshift | BigQuery | Dremel | SQL Data Warehouse | Oracle, IBM, SAP, HP, many others | Greenplum | | Business intelligence | QuickSight | | | Power BI | Tableau | | | Lock manager | [DynamoDB (weak)](https://gist.github.com/ryandotsmith/c95fd21fab91b0823328) | | Chubby | Lease blobs in Storage Account | | ZooKeeper, Etcd, Consul | | Message broker | SQS, SNS, IoT | Pub/Sub | PubSub2 | Service Bus | | RabbitMQ, Kafka, 0MQ | @@ -278,14 +278,14 @@ Many services within AWS can at least be compared with Google Cloud offerings or | MapReduce | EMR | Dataproc | MapReduce | HDInsight, DataLake Analytics | Qubole | Hadoop | | Monitoring | CloudWatch | Monitoring | Borgmon | Monitor | | Prometheus(?) | | Metric management | | | Borgmon, TSDB | Application Insights | | Graphite, InfluxDB, OpenTSDB, Grafana, Riemann, Prometheus | -| CDN | CloudFront | | | CDN | | Apache Traffic Server | +| CDN | CloudFront | Cloud CDN | | CDN | | Apache Traffic Server | | Load balancer | CLB/ALB | Load Balancing | GFE | Load Balancer, Application Gateway | | nginx, HAProxy, Apache Traffic Server | | DNS | Route53 | DNS | | DNS | | bind | | Email | SES | | | | Sendgrid, Mandrill, Postmark | | -| Git hosting | CodeCommit | | | Visual Studio Team Services | GitHub, BitBucket | GitLab | +| Git hosting | CodeCommit | Cloud Source Repositories | | Visual Studio Team Services | GitHub, BitBucket | GitLab | | User authentication | Cognito | | | Azure Active Directory | | oauth.io | -| Mobile app analytics | Mobile Analytics | | | HockeyApp | Mixpanel | | -| Mobile app testing | Device Farm |Cloud Test Lab | | Xamarin Test Cloud | BrowserStack, Sauce Labs, Testdroid | +| Mobile app analytics | Mobile Analytics | Firebase Analytics | | HockeyApp | Mixpanel | | +| Mobile app testing | Device Farm | Firebase Test Lab | | Xamarin Test Cloud | BrowserStack, Sauce Labs, Testdroid | 🚧 [*Please help fill this table in.*](CONTRIBUTING.md)