Ask HN: How do you host cheap relational databases?
1–10 of 11 posts
Re: Ask HN: How do you host cheap relational databases?
#2Re: Ask HN: How do you host cheap relational databases?
#3Have you considered spinning up a cheap Linux box from any VPS provider and deploying your own relational database of choice there? Sure, there will be more administrative overhead for you than there would be with managed solutions, but it will be cheaper in the long run. In your case it sounds like you might be better off just spinning up a weedy Linux box on DigitalOcean, or Vultr, or some other cloud provider and…
Re: Ask HN: How do you host cheap relational databases?
#4Re: Ask HN: How do you host cheap relational databases?
#5It's my understanding digital ocean "managed postgress" allows you to create multiple databases. https://www.digitalocean.com/community/questions/how-many-da...
Re: Ask HN: How do you host cheap relational databases?
#6- colocate it with the service itself
- use (for example) fly.io where you can host a tiny one for free next to your service.
- use sqlite so you don't even have a separate service
- run aurora serverless https://aws.amazon.com/rds/aurora/serverless/
Re: Ask HN: How do you host cheap relational databases?
#7Re: Ask HN: How do you host cheap relational databases?
#8Re: Ask HN: How do you host cheap relational databases?
#9This is a preview of WunderBase, an open source "Serverless" Database using SQLite as the storage and HTTP (GraphQL) as the interface.
If you want to keep up to date with WunderGraph Cloud (https://wundergraph.com/cloud-early-access)