Skip to content

Commit

Permalink
Merge pull request #312 from oliworx/patch-1
Browse files Browse the repository at this point in the history
Remove PlanetScale from Database hosting, add Aiven MySQL/PostgreSQL/Redis
  • Loading branch information
255kb committed Mar 21, 2024
2 parents 9c822f2 + 80795db commit f0bdce3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ The goal is to have enough details about each free tier so developers can choose
- [Travis CI (Org)](pages/continuous-integration-delivery.md#travis-ci-org)
- [Visual Studio Team Services](pages/continuous-integration-delivery.md#visual-studio-team-services)
- [**Database hosting**](pages/database-hosting.md)
- [Aiven MySQL/PostgreSQL/Redis](pages/database-hosting.md#aiven)
- [AWS DynamoDB](pages/database-hosting.md#aws-dynamodb)
- [Cloud AMQP](pages/database-hosting.md#cloud-amqp)
- [Cloudant CouchDB](pages/database-hosting.md#cloudant-couchdb)
Expand All @@ -107,7 +108,6 @@ The goal is to have enough details about each free tier so developers can choose
- [Neon](pages/database-hosting.md#neon)
- [Openshift MongoDB](pages/database-hosting.md#openshift-mongodb)
- [Oracle Cloud](pages/database-hosting.md#oracle-cloud)
- [PlanetScale](pages/database-hosting.md#planetscale)
- [Railway](pages/database-hosting.md#railway)
- [Redis Cloud](pages/database-hosting.md#redis-cloud)
- [Supabase Postgres](pages/database-hosting.md#supabase-postgres)
Expand Down
14 changes: 7 additions & 7 deletions pages/database-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<!-- TOC depthFrom:2 -->

- [Aiven MySQL/PostgreSQL/Redis](#aiven)
- [AWS DynamoDB](#aws-dynamodb)
- [Cloudant CouchDB](#cloudant-couchdb)
- [DataStax Astra Cassandra](#datastax-astra-cassandra)
Expand All @@ -22,6 +23,12 @@

<!-- /TOC -->

## aiven
[Product page](https://aiven.io/free-mysql-database)
* *Free tier*: 1 VM, 1 CPU, 1 GB RAm, 5 GB storage for PostgreSQL and MySQL, one free PostgreSQL, one free MySQL, and one free Redis
* *Pros:* Dedicated VM, no credit card required, Performance graphs, Data encrypted on disk and network, Backups for disaster recovery, One-click version upgrade, certifications like SOC2, ISO27001, PCI-DSS and GDPR
* *Limitations*: For PostgreSQL: no connection pooling, Support only through the Aiven Community Forum, Only a limited number of DigitalOcean regions, Not covered under Aiven's 99.99% SLA

## AWS DynamoDB

[Pricing page](https://aws.amazon.com/dynamodb/pricing/)
Expand Down Expand Up @@ -127,13 +134,6 @@
* *Pros*: Flexible workload tuning
* *Limitations*: Maximum of 20 simultaneous database sessions

## PlanetScale

[Pricing Page](https://planetscale.com/pricing)

* _Free tier_: 1 Database, 5Gb, 1 billion row read/month, 10 million row write/month, 1 production and 1 development branch
* _Pros_: Serverless MySQL platform

## Railway

[Pricing page](https://railway.app/pricing)
Expand Down

0 comments on commit f0bdce3

Please sign in to comment.