Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Neon #310

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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