From 5c1ff22e275a5f57d2623b7365d9e3c506d37208 Mon Sep 17 00:00:00 2001 From: "k. adam wolfe" Date: Sun, 31 Mar 2019 00:12:36 -0500 Subject: [PATCH 1/6] adding reference to the 3 major cloud providers always-free services. slight update to cloudflare and gitlab possibilities. --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19dd7be7..3bba1e97 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ Table of Contents * [styleci.io](https://styleci.io/) — Public GitHub repositories only * [bitrise.io](https://www.bitrise.io/) — An iOS CI/CD with 200 free builds/month * [buddybuild.com](https://www.buddybuild.com/) — Build, deploy and gather feedback for your iOS and Android apps in one seamless, iterative system - * [gitlab.com](https://about.gitlab.com/gitlab-ci/) — Create pipelines directly from Git repositories using GitLab's CI service + * [gitlab.com](https://about.gitlab.com/gitlab-ci/) — 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/) — Hosted CI/CD for iOS and Android with free unlimited builds, apps and teammembers and 1 concurrent run for OSS projects @@ -332,7 +332,7 @@ Table of Contents ## CDN and Protection - * [cloudflare.com](https://www.cloudflare.com/) — Basic service is free, good for a blog, it also offers a free SSL certificate service + * [cloudflare.com](https://www.cloudflare.com/) — Basic service is free, good for a blog, it also offers a free SSL certificate service and 5 firewall rules. * [bootstrapcdn.com](https://www.bootstrapcdn.com/) — CDN for bootstrap, bootswatch and fontawesome.io * [cdnjs.com](https://cdnjs.com/) — CDN for JavaScript libraries, CSS libraries, SWF, images, etc * [jsdelivr.com](https://www.jsdelivr.com/) — CDN of OSS (JS, CSS, fonts) for developers and webmasters, accepts PRs to add more @@ -348,7 +348,7 @@ Table of Contents ## PaaS - * [cloud.google.com](https://cloud.google.com/appengine/) — Google App Engine gives 28 instance hours/day free, 1 GB NoSQL database and more + * [cloud.google.com](https://cloud.google.com/appengine/) — Google App Engine gives 28 instance hours/day free, 1 GB NoSQL database and much more * [engineyard.com](https://www.engineyard.com/) — Engine Yard provides 500 free hours * [azure.microsoft.com](https://azure.microsoft.com/) — MS Azure gives USD 200 worth of free usage for a trial * [appharbor.com](https://appharbor.com/) — A .Net PaaS that provides 1 free worker @@ -427,11 +427,12 @@ Table of Contents * [freenom.com](https://freenom.com/) — Free domain provider. Get FQDN for free. * [duckdns.org](http://duckdns.org/) — Free DDNS with up to 5 domains on the free tier. With configuration guides for various setups. * [1984.is](https://www.1984.is/product/freedns/) — Free DNS service with API, and lots of other free DNS features included. + * [Cloudflare](https://www.cloudflare.com/) - Free DNS. Unlimited number of doamins. ## IaaS * [aws.amazon.com](https://aws.amazon.com/free/) — AWS Free Tier, free for 12 months - * [cloud.google.com/compute](https://cloud.google.com/compute/) — Google Compute Engine gives USD 300 over 12 months + * [cloud.google.com/compute](https://cloud.google.com/compute/) — Google Compute Engine gives USD 300 over 12 months. 1 Free f1-micro instance. Much more. * [backblaze.com](https://backblaze.com/b2/) — Backblaze B2 cloud storage. Free 10 GB (Amazon S3-like) object storage for unlimited time ## DBaaS @@ -499,6 +500,7 @@ Table of Contents * [Instabug](https://instabug.com) — A comprehensive bug reporting and in-app feedback SDK for mobile apps. Free plan up to 1 app and 1 member. * [Office 365 Developer](https://developer.microsoft.com/en-us/office/dev-program) — Free one-year Office 365 E3 subscription for development/testing. * [senseitool.com](https://www.senseitool.com/) — An agile retrospective tool - Free. + * [Gitlab](https://gitlab.com) - Offers basic issue tracking for projects. @@ -619,6 +621,7 @@ Table of Contents * [canister.io](https://canister.io/) — 20 free private repositories for developers, 30 free private repositories for teams to build and store Docker images * [Whales](https://github.com/Gueils/whales) — A tool to automatically dockerize your applications for free. * [PWD](https://labs.play-with-docker.com/) — Play with Docker. A simple, interactive and fun playground to learn Docker + * [Gitlab](https://gitlab.com) - Per-repo container registry. 10GB limit. ## Vagrant Related @@ -645,3 +648,8 @@ Table of Contents * [getawesomeness](https://getawesomeness.herokuapp.com) — Retrieve all amazing awesomeness from GitHub... a must see * [education.github.com](https://education.github.com/pack) — Collection of free services for students. Registration required * [Framacloud](https://degooglisons-internet.org/en/list/) — A list of Free/Libre Open Source Software and SaaS by the French non-profit [Framasoft](https://framasoft.org/en/). + +## Major Cloud Providers Always-Free limits + * [Google Cloud Always Free](https://cloud.google.com/free/) - Many services free to use, forever, with monthly limitation + * [Amazon Web Services Always Free](https://aws.amazon.com/free/?awsf.Free%20Tier%20Types=categories%23alwaysfree) - see above + * [Microsoft Azure Always Free](https://azure.microsoft.com/en-us/free/free-account-faq/) - Always-free offering start 9rows down From 5a3e7a7ee26e5a5b3e58e968a5bed80e80e72f2b Mon Sep 17 00:00:00 2001 From: "k. adam wolfe" Date: Fri, 5 Apr 2019 21:37:38 -0500 Subject: [PATCH 2/6] preview markdown --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3bba1e97..65c8ae55 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ You can find the list on [GitHub](https://github.com/ripienaar/free-for-dev) or Table of Contents ================= + * [Major Cloud Providers Always-Free Limits](major-cloud-providers) * [Analytics, Events and Statistics](#analytics-events-and-statistics) * [APIs, Data and ML](#apis-data-and-ml) * [Artifact Repos](#artifact-repos) @@ -54,6 +55,12 @@ Table of Contents * [Visitor Session Recording](#visitor-session-recording) * [Web Hosting](#web-hosting) +## Major Cloud Providers + + * [cloud.google.com](https://cloud.google.com) + * first item + * second + ## Source Code Repos * [github.com](https://github.com/) — Unlimited public repositories and unlimited private repositories (up to 3 collaborators) From bfd3c6a7a9353d07096250ab82fd8cbf06750dde Mon Sep 17 00:00:00 2001 From: "k. adam wolfe" Date: Fri, 5 Apr 2019 22:05:08 -0500 Subject: [PATCH 3/6] review --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 65c8ae55..43a39e53 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ You can find the list on [GitHub](https://github.com/ripienaar/free-for-dev) or Table of Contents ================= - * [Major Cloud Providers Always-Free Limits](major-cloud-providers) + * [Major Cloud Providers Always-Free Limits](#major-cloud-providers) + * [Google Cloud Platform](#google-cloud-platform) * [Analytics, Events and Statistics](#analytics-events-and-statistics) * [APIs, Data and ML](#apis-data-and-ml) * [Artifact Repos](#artifact-repos) @@ -57,9 +58,44 @@ Table of Contents ## Major Cloud Providers - * [cloud.google.com](https://cloud.google.com) - * first item - * second + * [Google Cloud Platform](#google-cloud-platform) + * App Engine - 28 frontend instance hours per day, 9 backend instance hours per day + * Cloud Firestore - 1GB storage, 50,000 reads, 20,000 writes, 20,000 deletes per day + * Compute Engine - 1 non-preemptible f1-micro, 30GB HDD, 5GB snapshot storage (restricted to certain regions) + * Cloud Storage - 5GB, 1GB network egress + * Cloud Pub/Sub - 10GB of messages per month + * Cloud Functions - 2 million invocations per month (includes both background and HTTP invocations) + * Google Kubernetes Engine - No cluster management fee for clusters of all sizes. Each user node is charged at standard Compute Engine pricing + * BigQuery - 1 TB of querying per month, 10 GB of storage each month + * Cloud Build - 120 build-minutes per day + * Cloud Source Repositories - Up to 5 Users, 50 GB Storage, 50 GB Egress + * Full, detailed list - https://cloud.google.com/free/docs/gcp-free-tier#always-free-usage-limits + + * [Amazon Web Services](#amazon-web-services) + * Amazon DynamoDB - 25GB NoSQL DB + * Amazon Lambda - 1 Million requests per month + * Amazon SNS - 1 million publishes per month + * Amazon Cloudwatch - 10 custom metrics and 10 alarms + * Amazon Glacier - 10GB long-term object storage + * Amazon SQS - 1 million messaging queue requests + * Amazon CodeBuild - 100min of build time per month + * Amazon Code Commit - 5 active users per month + * Amazon Code Pipeline - 1 active pipeline per month + * Full, detailed list - https://aws.amazon.com/free/?awsf.Free%20Tier%20Types=categories%23alwaysfree + + * Microsoft Azure + * App service - 10 web, mobile or API apps + * Functions - 1 million requests per month + * DevTest Labs - Enable fast, easy, and lean dev-test environments + * Active Directory - 500,000 objects + * Active Directory B2C - 50,000 monthly stored users + * Azure DevOps - 5 active users + * Microsoft IoT Hub - 8,000 messages per day + * Load Balancer - 1 free public load balanced IP (VIP) + * Notification Hubs - 1 million push notifications + * Bandwidth - 5GB egress per month + * Visual Studio Code + * Full, detailed list - https://azure.microsoft.com/en-us/free/ ## Source Code Repos From c8055875ec706b0ffc2f03b9b4041ec9ee29fd7c Mon Sep 17 00:00:00 2001 From: "k. adam wolfe" Date: Fri, 5 Apr 2019 22:08:47 -0500 Subject: [PATCH 4/6] slight format update --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43a39e53..8cc10622 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ Table of Contents ================= * [Major Cloud Providers Always-Free Limits](#major-cloud-providers) - * [Google Cloud Platform](#google-cloud-platform) * [Analytics, Events and Statistics](#analytics-events-and-statistics) * [APIs, Data and ML](#apis-data-and-ml) * [Artifact Repos](#artifact-repos) @@ -58,7 +57,7 @@ Table of Contents ## Major Cloud Providers - * [Google Cloud Platform](#google-cloud-platform) + * [Google Cloud Platform](https://cloud.google.com) * App Engine - 28 frontend instance hours per day, 9 backend instance hours per day * Cloud Firestore - 1GB storage, 50,000 reads, 20,000 writes, 20,000 deletes per day * Compute Engine - 1 non-preemptible f1-micro, 30GB HDD, 5GB snapshot storage (restricted to certain regions) @@ -71,7 +70,7 @@ Table of Contents * Cloud Source Repositories - Up to 5 Users, 50 GB Storage, 50 GB Egress * Full, detailed list - https://cloud.google.com/free/docs/gcp-free-tier#always-free-usage-limits - * [Amazon Web Services](#amazon-web-services) + * [Amazon Web Services](https://aws.amazon.com) * Amazon DynamoDB - 25GB NoSQL DB * Amazon Lambda - 1 Million requests per month * Amazon SNS - 1 million publishes per month @@ -83,7 +82,7 @@ Table of Contents * Amazon Code Pipeline - 1 active pipeline per month * Full, detailed list - https://aws.amazon.com/free/?awsf.Free%20Tier%20Types=categories%23alwaysfree - * Microsoft Azure + * [Microsoft Azure](https://azure.microsoft.com) * App service - 10 web, mobile or API apps * Functions - 1 million requests per month * DevTest Labs - Enable fast, easy, and lean dev-test environments From 1a97f79f810d64ed37f75f5fcf620ed039e2f230 Mon Sep 17 00:00:00 2001 From: "k. adam wolfe" Date: Fri, 5 Apr 2019 22:09:29 -0500 Subject: [PATCH 5/6] apostrophe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cc10622..4eda30cb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can find the list on [GitHub](https://github.com/ripienaar/free-for-dev) or Table of Contents ================= - * [Major Cloud Providers Always-Free Limits](#major-cloud-providers) + * [Major Cloud Providers' Always-Free Limits](#major-cloud-providers) * [Analytics, Events and Statistics](#analytics-events-and-statistics) * [APIs, Data and ML](#apis-data-and-ml) * [Artifact Repos](#artifact-repos) From 067300825cb826b4689d2bc145abe9167d7c3fa4 Mon Sep 17 00:00:00 2001 From: "k. adam wolfe" Date: Fri, 5 Apr 2019 22:15:14 -0500 Subject: [PATCH 6/6] removed items from initial PR --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 4eda30cb..d2de1633 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,6 @@ Table of Contents * [chiselapp.com](http://chiselapp.com/) — Unlimited public and private Fossil repositories * [visualstudio.com](https://www.visualstudio.com/) — Unlimited private repos (Git and TFS) for up to 5 users/team * [plasticscm.com](https://plasticscm.com/) — Free for individuals, OSS and nonprofit organizations - * [cloud.google.com](https://cloud.google.com/tools/cloud-repositories/) — Free private Git repositories hosted on Google Cloud Platform. Supports syncing with existing GitHub and Bitbucket repos. Free for up to 5 Users, 50GB Storage and Egress * [codebasehq.com](https://www.codebasehq.com/) — One free project with 100 MB space and 2 users * [NotABug](https://notabug.org) — NotABug.org is a free-software code collaboration platform for freely licensed projects, Git-based * [perforce.com](https://www.perforce.com/products/helix-teamhub) — Free 1GB Cloud and Git, Mercurial, or SVN repositories. @@ -390,9 +389,7 @@ Table of Contents ## PaaS - * [cloud.google.com](https://cloud.google.com/appengine/) — Google App Engine gives 28 instance hours/day free, 1 GB NoSQL database and much more * [engineyard.com](https://www.engineyard.com/) — Engine Yard provides 500 free hours - * [azure.microsoft.com](https://azure.microsoft.com/) — MS Azure gives USD 200 worth of free usage for a trial * [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 @@ -473,8 +470,6 @@ Table of Contents ## IaaS - * [aws.amazon.com](https://aws.amazon.com/free/) — AWS Free Tier, free for 12 months - * [cloud.google.com/compute](https://cloud.google.com/compute/) — Google Compute Engine gives USD 300 over 12 months. 1 Free f1-micro instance. Much more. * [backblaze.com](https://backblaze.com/b2/) — Backblaze B2 cloud storage. Free 10 GB (Amazon S3-like) object storage for unlimited time ## DBaaS @@ -690,8 +685,3 @@ Table of Contents * [getawesomeness](https://getawesomeness.herokuapp.com) — Retrieve all amazing awesomeness from GitHub... a must see * [education.github.com](https://education.github.com/pack) — Collection of free services for students. Registration required * [Framacloud](https://degooglisons-internet.org/en/list/) — A list of Free/Libre Open Source Software and SaaS by the French non-profit [Framasoft](https://framasoft.org/en/). - -## Major Cloud Providers Always-Free limits - * [Google Cloud Always Free](https://cloud.google.com/free/) - Many services free to use, forever, with monthly limitation - * [Amazon Web Services Always Free](https://aws.amazon.com/free/?awsf.Free%20Tier%20Types=categories%23alwaysfree) - see above - * [Microsoft Azure Always Free](https://azure.microsoft.com/en-us/free/free-account-faq/) - Always-free offering start 9rows down