TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What database (and database hosting) to use for small projects?

3 pointsby reeeeeeover 3 years ago
I just started on a project that will probably have no more than 100 customers, keeping track of basic accounting tasks. I&#x27;m now thinking about which database service I will use. Looking at the prices of AWS databases, it will cost me $30 per month just to host the smallest RDS instance in the region of my choice.<p>When starting out on smaller projects that are hosted in the cloud, which database and database hosting&#x2F;provider do you use? What service do you think offers the best price to quality ratio?

4 comments

FdezRomeroover 3 years ago
MongoDB Atlas offers a fully managed M0 instance with 512MB of storage and shared RAM for free. You can choose among AWS, GCP or Azure and the region. I use this or the Firebase Firestore free tier.
verdvermover 3 years ago
I prefer Google Cloud, it is more expensive than Linode or DO, cheaper and easier than AWS.<p>You can use a fully managed Postgres for $30, maybe less. They charge based on the VM size.<p>Postgres is always a solid choice.
JasonCannonover 3 years ago
SQLite will almost certainly work for your purposes, and you can run it on the same server you already run your web application on.
评论 #28661041 未加载
评论 #28658712 未加载
aaronrobinsonover 3 years ago
You can run a Linode or Digital Ocean droplet for $5 a month all in. Then just run the DB yourself.