Skip to content

Instantly share code, notes, and snippets.

@mwarr-dev
Forked from bmaupin/free-database-hosting.md
Created September 10, 2021 13:59
Show Gist options
  • Select an option

  • Save mwarr-dev/be00c63b73df13eb5eaae099dca51be2 to your computer and use it in GitHub Desktop.

Select an option

Save mwarr-dev/be00c63b73df13eb5eaae099dca51be2 to your computer and use it in GitHub Desktop.

Revisions

  1. @bmaupin bmaupin revised this gist Feb 19, 2021. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -5,15 +5,15 @@ See also:
    | Service | Type | Limitations |
    | --- | --- | --- |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | <strong>Only free for 1 year</strong> |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | <strong>Only free for 1 year</strong> |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | ⚠️ Only free for 1 year |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | ⚠️ Only free for 1 year |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL)<br>Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br><strong>After the first year there's no way to avoid accidental overage fees</strong> |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br>⚠️ After the first year there's no way to avoid accidental overage fees |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB of storage<br>deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | ⚠️ Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)<br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br><strong>Payment method required after 30 day trial</strong> |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br>⚠️ Payment method required after 30 day trial |
  2. @bmaupin bmaupin revised this gist Feb 17, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -16,4 +16,4 @@ See also:
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage<br>Max 10 connections |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | 128 MB of storage<br>Max 10 connections<br><strong>Payment method required after 30 day trial</strong> |
  3. @bmaupin bmaupin revised this gist Feb 5, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ See also:
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | <strong>Only free for 1 year</strong> |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | <strong>Only free for 1 year</strong> |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL) | Max 5 connections (PostgreSQL) |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL)<br>Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br><strong>After the first year there's no way to avoid accidental overage fees</strong> |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
  4. @bmaupin bmaupin revised this gist Feb 5, 2020. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -7,6 +7,7 @@ See also:
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | <strong>Only free for 1 year</strong> |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | <strong>Only free for 1 year</strong> |
    | [Clever Cloud](https://www.clever-cloud.com/en/pricing) | PostgreSQL, MySQL, MongoDB, Redis | 256 MB of storage (PostgreSQL) | Max 5 connections (PostgreSQL) |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br><strong>After the first year there's no way to avoid accidental overage fees</strong> |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
    @@ -15,4 +16,4 @@ See also:
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage<br>Max 10 connections |
  5. @bmaupin bmaupin revised this gist Feb 4, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    See also: [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320b01b0c1e1ca0cf5f3)
    See also:
    - [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320b01b0c1e1ca0cf5f3)
    - https://free-for.dev/#/?id=dbaas

    | Service | Type | Limitations |
    | --- | --- | --- |
  6. @bmaupin bmaupin revised this gist Dec 18, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,6 @@ See also: [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB of storage<br>deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free but not extend subscription)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage |
  7. @bmaupin bmaupin revised this gist Sep 5, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -13,3 +13,4 @@ See also: [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |
    | [Scalingo](https://scalingo.com/databases/postgresql) | PostgreSQL | ~~512 MB~~ 128 MB of storage |
  8. @bmaupin bmaupin created this gist Feb 26, 2019.
    15 changes: 15 additions & 0 deletions free-database-hosting.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    See also: [Free backend hosting](https://gist.github.com/bmaupin/d2d243218863320b01b0c1e1ca0cf5f3)

    | Service | Type | Limitations |
    | --- | --- | --- |
    | [Amazon DynamoDB](https://aws.amazon.com/dynamodb/) | Proprietary NoSQL | 25 GB of storage |
    | [Amazon RDS](https://aws.amazon.com/rds/) | Proprietary RDBMS | <strong>Only free for 1 year</strong> |
    | [Azure SQL Database](https://azure.microsoft.com/en-us/services/sql-database/) | MS SQL Server | <strong>Only free for 1 year</strong> |
    | [ElephantSQL](https://www.elephantsql.com/plans.html) | PostgreSQL | 20 MB of storage |
    | [Google Cloud Firestore](https://cloud.google.com/firestore/pricing) | Proprietary NoSQL | 1 GB storage<br><strong>After the first year there's no way to avoid accidental overage fees</strong> |
    | [Heroku Postgres](https://www.heroku.com/pricing#databases) | PostgreSQL | 10K max rows |
    | [IBM Cloud Cloudant](https://console.bluemix.net/catalog/services/cloudant) | Proprietary NoSQL | 1 GB of storage<br>deleted after 30 days of no activity |
    | [IBM Cloud Db2](https://console.bluemix.net/catalog/services/db2) | Db2 | 200 MB of storage |
    | [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/pricing) | MongoDB | 512 MB of storage |
    | [OpenShift Online v3](https://www.openshift.com/pricing/index.html) | MongoDB, MariaDB, MySQL, PostgreSQL, Redis | <strong>Free subscriptions expire after 60 days (can resubscribe for free)</strong><br>2 GB of persistent storage<br>Idling after 30 minutes inactivity, hibernates 18 out of 72 hours |
    | [Redis Enterprise](https://redislabs.com/get-started/) | Redis | 30 MB of storage |