diff --git a/README.md b/README.md index d086d05..0f67a6a 100644 --- a/README.md +++ b/README.md @@ -247,24 +247,24 @@ Many services within AWS can at least be compared with Google Cloud offerings or | Service | AWS | Google Cloud | Google Internal | Microsoft | Other providers | Open source “build your own” | |-------------------------------|------------------------------------------------------------------------------|------------------------------|-----------------|------------|-----------------------------------|------------------------------------------------------------| -| Virtual server | EC2 | Compute Engine (GCE) | | | DigitalOcean | OpenStack | -| PaaS | Elastic Beanstalk | App Engine | App Engine | | Heroku | Meteor, AppScale | -| Serverless, microservices | Lambda, API Gateway | Functions | | | | | -| Container, cluster manager | ECS | Container Engine, Kubernetes | Borg or Omega | | | Kubernetes, Mesos, Aurora | -| File storage | S3 | Cloud Storage | GFS | | | Swift, HDFS | +| Virtual server | EC2 | Compute Engine (GCE) | | Azure VM | DigitalOcean | OpenStack | +| PaaS | Elastic Beanstalk | App Engine | App Engine | Web Apps | Heroku | Meteor, AppScale | +| Serverless, microservices | Lambda, API Gateway | Functions | | Function Apps | | | +| Container, cluster manager | ECS | Container Engine, Kubernetes | Borg or Omega | Azure Container Service | | Kubernetes, Mesos, Aurora | +| File storage | S3 | Cloud Storage | GFS | Storage Account | | Swift, HDFS | | Block storage | EBS | Persistent Disk | | | | NFS | -| SQL datastore | RDS | Cloud SQL | | | | MySQL, PostgreSQL | +| SQL datastore | RDS | Cloud SQL | | SQL Database | | MySQL, PostgreSQL | | Sharded RDBMS | | Cloud SQL | F1, Spanner | | | Crate.io | | Bigtable | | Cloud Bigtable | Bigtable | | | CockroachDB | | Key-value store, column store | DynamoDB | Cloud Datastore | Megastore | | | Cassandra, CouchDB, RethinkDB, Redis | | Memory cache | ElastiCache | App Engine Memcache | | | | Memcached, Redis | | Search | CloudSearch, Elasticsearch (managed) | | | | Algolia, QBox | Elasticsearch, Solr | -| Data warehouse | Redshift | BigQuery | | | Oracle, IBM, SAP, HP, many others | Greenplum | -| Business intelligence | QuickSight | | | | Tableau | | +| Data warehouse | Redshift | BigQuery | | 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 | | | ZooKeeper, Etcd, Consul | | Message broker | SQS, SNS, IoT | Pub/Sub | PubSub2 | | | RabbitMQ, Kafka, 0MQ | | Streaming, distributed log | Kinesis | Dataflow | PubSub2 | Event Hubs | | Kafka Streams, Apex, Flink, Spark Streaming, Storm | -| MapReduce | EMR | Dataproc | MapReduce | | Qubole | Hadoop | +| MapReduce | EMR | Dataproc | MapReduce | HDInsight | Qubole | Hadoop | | Monitoring | CloudWatch | Monitoring | Borgmon | | | Prometheus(?) | | Metric management | | | Borgmon, TSDB | | | Graphite, InfluxDB, OpenTSDB, Grafana, Riemann, Prometheus | | CDN | CloudFront | | | Azure CDN | | Apache Traffic Server |