From be595a64f687cd2eb28549916391934e2ed23474 Mon Sep 17 00:00:00 2001 From: Patrick Ramp <142554235+patrickramp@users.noreply.github.com> Date: Mon, 27 May 2024 05:19:13 -0400 Subject: [PATCH 1/2] Added CockroachDB --- pages/database-hosting.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/database-hosting.md b/pages/database-hosting.md index e200cb7..5e5e560 100644 --- a/pages/database-hosting.md +++ b/pages/database-hosting.md @@ -5,6 +5,7 @@ - [Aiven MySQL/PostgreSQL/Redis](#aiven) - [AWS DynamoDB](#aws-dynamodb) - [Cloudant CouchDB](#cloudant-couchdb) +- [CockroachDB](#CockroachDB) - [DataStax Astra Cassandra](#datastax-astra-cassandra) - [Dydra](#dydra) - [ElephantSQL](#elephantsql) @@ -45,6 +46,14 @@ * *Limitations*: Account on shared multitenant instance * *Exceeding the free tier*: Credit card needed after first 30 days to charge exceeding usage +## CockroachDB + +[Pricing page](https://www.cockroachlabs.com/pricing/) + +* *Free tier*: 10GB storage with 50M Request Units per month. +* *Pros*: PostgreSQL compatible. Multiple cloud hosts and regions to choose from. Distributed, resilient database hosting. Free hourly backups. Open-source and self hostable. No credit card required to get started. +* *Limitations*: Credit card required to set up multiple clusters. +* *Exceeding the free tier*: $0.50/GB over 10GB limit, $0.20 per additional 1M Request Units. ## DataStax Astra Cassandra [Product page](https://www.datastax.com/products/datastax-astra) From 69da173daed5d56b94d14b32b2bfeb9101137ce7 Mon Sep 17 00:00:00 2001 From: Patrick Ramp <142554235+patrickramp@users.noreply.github.com> Date: Mon, 27 May 2024 05:29:57 -0400 Subject: [PATCH 2/2] Added CockroachDB --- pages/database-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/database-hosting.md b/pages/database-hosting.md index 5e5e560..ecbafbb 100644 --- a/pages/database-hosting.md +++ b/pages/database-hosting.md @@ -5,7 +5,7 @@ - [Aiven MySQL/PostgreSQL/Redis](#aiven) - [AWS DynamoDB](#aws-dynamodb) - [Cloudant CouchDB](#cloudant-couchdb) -- [CockroachDB](#CockroachDB) +- [CockroachDB](#cockroachdb) - [DataStax Astra Cassandra](#datastax-astra-cassandra) - [Dydra](#dydra) - [ElephantSQL](#elephantsql)