diff --git a/README.md b/README.md index 1c39f9ac..4aa29ed0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pages/database-hosting.md b/pages/database-hosting.md index 52a26fbb..980a49e4 100644 --- a/pages/database-hosting.md +++ b/pages/database-hosting.md @@ -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) @@ -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)