Skip to content

Commit

Permalink
Merge pull request #315 from patrickramp/patch-2
Browse files Browse the repository at this point in the history
Added CockroachDB
  • Loading branch information
255kb committed Jun 3, 2024
2 parents b078097 + 69da173 commit 576bd72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/database-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 576bd72

Please sign in to comment.