HACKER Q&A
📣 jerrygoyal

Cheapest hosted database options for 1M read & writes per day?


Building a tool for free users so don't want to spend bucks on database. Looking for a hosted database with generous free tier for read/write ops.

I should mention that read and write operations are expected to surpass 1M/day.. Firestore is a no-go (expensive).

If there's no NoSQL option available I could also look into SQL DB given it's hosted.


  👤 throwaway476287 Accepted Answer ✓
MongoDB Atlas is a nice option. Not free but quite cheap for smaller scale. Also check out Supabase and Render - not NoSQL but generous free tiers.