Skip to content

Commit

Permalink
Merge pull request #310 from jarcelao/add-neon
Browse files Browse the repository at this point in the history
Add Neon
  • Loading branch information
255kb committed Jan 12, 2024
2 parents b70093e + 8d09583 commit db56ecf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ The goal is to have enough details about each free tier so developers can choose
- [Google Cloud Datastore](pages/database-hosting.md#google-cloud-datastore)
- [InfluxDB Cloud](pages/database-hosting.md#influxdb-cloud)
- [MongoDB Atlas](pages/database-hosting.md#mongodb-atlas)
- [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)
Expand Down
10 changes: 10 additions & 0 deletions pages/database-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Google Cloud Datastore](#google-cloud-datastore)
- [InfluxDB Cloud](#influxdb-cloud)
- [MongoDB Atlas](#mongodb-atlas)
- [Neon](#neon)
- [OpenShift MongoDB](#openshift-mongodb)
- [Oracle Cloud Free Tier](#oracle-cloud-free-tier)
- [PlanetScale](#planetscale)
Expand Down Expand Up @@ -101,6 +102,15 @@
* *Free tier*: Start with a free 3-node replica set and 512 MB of storage / Shared RAM.
* *Pros*: Fast, secure, and highly available MongoDB service for any scale.

## Neon

[Pricing page](https://neon.tech/pricing)

* *Free tier*: 1 project, 10 branches, 3 GiB storage, unlimited databases.
* *Pros*: Serverless Postgres with branching.
* *Limitations*: Shared compute with 1 GiB RAM per branch, idles after 5 minutes, max of 100 active hours for non-primary branches.
* *Exceeding the free tier*: Non-primary branches over the hour limit will be suspended.

## OpenShift MongoDB

[Product Page](https://developers.openshift.com/databases/mongodb.html)
Expand Down

0 comments on commit db56ecf

Please sign in to comment.