Skip to content

Commit

Permalink
Merge pull request #28 from rajitha1998/updatingServiceTypes
Browse files Browse the repository at this point in the history
Updating service comparison
  • Loading branch information
rajikaimal authored Jan 25, 2020
2 parents 6d4e1f2 + 1a4cac1 commit 9f8ee2a
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,22 @@ yarn add nodecloud

- \*yet to be implemented

| Service Category | Service | AWS | GCP | Azure | DigitalOcean | AliCloud
| ----------------------- | ---------------- | -------------- | --------------------------------- | --------------------------- | ----------------------- | ----------------------- |
| Compute | IaaS | EC2 | Compute Engine | Virtual Machine | Droplets | ECS |
| | Containers | ECS | - | - | - | - |
| | Kubernetes\* | EKS | Kubernetes Engine | AKS | DO Kubernetes* | - |
| Storage | Object Storage | S3 | Cloud Storage | Blob, Queue, Table, Files\* | Spaces* | Bucket (OSS) & Table Store* |
| | Block Storage | EBS | Persistent Disks | - | Volumes | - |
| Networking | Load Balancer | ELB | GC Load Balancing\* | Virtual Networks | DO Load Balancers | SLB |
| | Peering | Direct Connect | Direct Peering*, Carrier Peering* | Azure API | - | - |
| | DNS | Route53 | Google DNS | Azure DNS\* | DO DNS* | Alibaba DNS |
| Databases | RDBMS | RDS | Cloud SQL\* | Azure Database | Managed Postgres* | Apsara RDS |
| | NoSQL: key-value | DynamoDB | Cloud Datastore | - | - | Apsara for MongoDB |
| | NoSQL: indexed | - | Cloud Datastore | - | - | - |
| Security/ Authorization | IAM | AWS IAM | - | - | - | - |
| Utilities | Apps management | - | - | WebApps | - | - |
| Service Category | Service | AWS | GCP | Azure | DigitalOcean | AliCloud |
|-------------------------|-------------------------------------|:--------------------------------------:|:----------------------------------:|:-----------------------------------------------------------------------:|:-----------------------------------------:|:------------------------------------------------------:|
| Compute | IaaS | EC2 | Compute Engine | Virtual Machine | Droplets | ECS |
| | Faas | AWS Lambda* | Cloud Functions* | Azure Functions* | - | Function Compute* |
| | Containers | ECS, EKS* | Google Kubernetes Engine* | AKS*, Azure Service Fabric* | DO Kubernetes* | Container Service*, Container Service for Kubernetes* |
| | Containers (without infrastructure) | AWS Fargate* | Cloud Run* | - | - | ECI* |
| | Paas | AWS Elastic Beanstalk* | App Engine* | App Service* | - | Simple Application Server* |
| Storage | Object Storage | S3 | Cloud Storage | Azure Blob Storage | Spaces* | Bucket (OSS) |
| | Block Storage | EBS | Persistent Disks | Disk Storage | Volumes | NAS* |
| Networking | Load Balancer | ELB | Cloud Load Balancing* | Azure Load Balancer* | DO Load Balancer | SLB |
| | Peering/Dedicated Interconnect | Direct Connect | Cloud Interconnect* | ExpressRoute* | - | Express Connect* |
| | DNS | Route53 | Google Domains, Cloud DNS* | Azure DNS* | DO DNS* | Alibaba Cloud DNS* |
| Databases | RDBMS | RDS, Amazon Aurora*, Amazon Redshift* | Cloud SQL*, Cloud Spanner* | SQL Database, Azure Database for MySQL*, Azure Database for PostgreSQL* | Managed Databases(PostgreSQL* and MySQL*) | ApsaraDB (MySQL, MariaDB TX, SQL Server, PostgreSQL) |
| | NoSQL: key-value | DynamoDB | Cloud Firestore*, Cloud Bigtable* | Table Storage | Managed Databases(Redis)* | ApsaraDB for Redis* |
| | NoSQL: indexed | Amazon SimpleDB* | Cloud Firestore* | Cosmos DB* | - | ApsaraDB for MongoDB* |
| Security/ Authorization | Identity Access Management | AWS IAM | Cloud IAM* | Azure Active Directory*, Azure Role Based Access Control* | - | Resource Access Management* |

# ✌️ How to setup

Expand Down

0 comments on commit 9f8ee2a

Please sign in to comment.