From ca3f53fcbe94170b4a5f66b65368922a119be0e6 Mon Sep 17 00:00:00 2001 From: Fadhil Yaacob Date: Sun, 20 Oct 2019 22:44:18 +0800 Subject: [PATCH 1/4] add IBM cloud provider --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 485ecbe2..d6c73c74 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,17 @@ Table of Contents * Notifications - 1 million delivery options per month, 1000 emails sent per month * Full, detailed list - https://www.oracle.com/cloud/free/ + * [IBM Cloud](https://www.oracle.com/cloud/) + * Kubernetes - Free cluster with 1 worker node + * Cloud Functions - 5 million executions per month + * Object Storage - 25GB per month + * Cloudant database - 1 GB of data stoage + * Db2 database - 100MB of data storage + * API Connect - 50,000 API calls per month + * Availability Monitoring - 3 million data points per month + * Log Analysis - 500MB od daily log + * Full, detailed list - https://www.ibm.com/cloud/free/ + ## Source Code Repos * [github.com](https://github.com/) — Unlimited public repositories and unlimited private repositories (up to 3 collaborators) From 87f6f88152607917ef5c961ccb76cce571392333 Mon Sep 17 00:00:00 2001 From: Fadhil Yaacob Date: Sun, 20 Oct 2019 23:13:01 +0800 Subject: [PATCH 2/4] remove IBM in PaaS section --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d6c73c74..fd72a305 100644 --- a/README.md +++ b/README.md @@ -444,7 +444,6 @@ Table of Contents * [appharbor.com](https://appharbor.com/) — A .Net PaaS that provides 1 free worker * [heroku.com](https://www.heroku.com/) — Host your apps in the cloud, free for single process apps * [firebase.google.com](https://firebase.google.com) — Build real-time apps, the free plan has 100 max connections, 10 GB data transfer, 1 GB data storage, 1 GB hosting storage and 10 GB hosting transfer - * [IBM Cloud](https://cloud.ibm.com/login) — IBM PaaS with a monthly free allowance * [outsystems.com](https://www.outsystems.com/) — Enterprise web development PaaS for on-premise or cloud, free "personal environment" offering allows for unlimited code and up to 1 GB database * [scn.sap.com](https://scn.sap.com/docs/DOC-56411) — The in-memory Platform-as-a-Service offering from SAP. Free developer accounts come with 1 GB structured, 1 GB unstructured, 1 GB of Git data and allow you to run HTML5, Java and HANA XS apps * [mendix.com](https://www.mendix.com/) — Rapid Application Development for Enterprises, unlimited number of free sandbox environments supporting 10 users, 100 MB of files and 100 MB database storage each From 8a83ec32c228cf3c0fd204eb6dc2e00338f18ebc Mon Sep 17 00:00:00 2001 From: Fadhil Yaacob Date: Thu, 24 Oct 2019 00:46:54 +0800 Subject: [PATCH 3/4] remove IBM on other blocks to stardardize them --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fd72a305..94e9e1a0 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,6 @@ Table of Contents * [gitlab.com](https://about.gitlab.com/product/continuous-integration/) — Create pipelines directly from Git repositories using GitLab's CI service. 2,000min/mo * [buddy.works](https://buddy.works/) — A CI/CD with 5 free projects and 1 concurrent runs (120 executions/month) * [bitrise.io](https://www.bitrise.io/) — A CI/CD for mobile apps, native or hybrid. With 200 free builds/month 10 min build time and two team members. OSS projects get 45 min build time, +1 concurrency and unlimited team size. - * [IBM Continuous Delivery](https://www.ibm.com/cloud/continuous-delivery) - Free 500 delivery pipeline jobs per month ## Automated Browser Testing @@ -538,7 +537,6 @@ Table of Contents ## DBaaS - * [ibm.com](https://www.ibm.com/cloud/cloudant) — Hosted database from IBM, 1 GB free * [redislabs.com](https://redislabs.com/redis-cloud) — Redis as a Service, 30 MB and 30 concurrent connections free * [redsmin.com](https://www.redsmin.com/) — Online real-time monitoring and administration service for Redis, 1 Redis instance free * [graphstory.com](https://graphstory.com/) — GraphStory offers Neo4j (a Graph Database) as a service From f9676ede1f97e1802f6710e7ef3055b9e52cb05a Mon Sep 17 00:00:00 2001 From: Fadhil Yaacob Date: Thu, 24 Oct 2019 09:08:01 +0800 Subject: [PATCH 4/4] fix the IBM URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94e9e1a0..dac8e496 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Table of Contents * Notifications - 1 million delivery options per month, 1000 emails sent per month * Full, detailed list - https://www.oracle.com/cloud/free/ - * [IBM Cloud](https://www.oracle.com/cloud/) + * [IBM Cloud](https://www.ibm.com/cloud/free/) * Kubernetes - Free cluster with 1 worker node * Cloud Functions - 5 million executions per month * Object Storage - 25GB per month