2
3 Comments

MongoDB Atlas and Heroku

Hi guys,

I need your advice. I am building a saas and need to choose MongoDB Atlas and Heroku plans. I looked at MongoDB Atlas and could not get their pricing right. What do they mean by Storage? Is this storage for monthly use or? In general, what is best MongoDB Atlas and Heroku plan for medium size saas?

Best,
Ali

posted to Icon for group Developers
Developers
on November 10, 2019
  1. 2

    I personally use Mlab.com for my MongoDB needs. They have been acquired by MongoDb. Storage can get pricey. I use MongoDb to store and stream cleaned pricing data. "This plan is $15 per GB per month, pro-rated by the day and metered by the byte after 1 GB ".Depending on the activity of the exchange the data can pile up. I'm only interested in the most current pricing and I have a python script that deletes all data accept the most current week. I imagine MongoDb Atlas operates on a similar type metered plan for storage. If you don't delete data daily expect the bill to increase every month.

  2. 2

    MongoDB Atlas' pricing tiers are based on machine's CPU/RAM/disk size. The good news is that you can always upgrade/downgrade with no downtime through the UI. So when you start hitting size/performance limits, you can just bump your tier up. Every tier pretty much doubles availability of all resources.

  3. 1

    TLDR: If you don’t know what database to choose, then choose a relational database (MySQL or PostgreSQL). In the majority of cases that would be the right decision, in the remaining few cases you can migrate to MongoDB later.

    This is your questions more detailed answer// https://www.inconceptlabs.com/blog/when-not-to-use-mongodb

Trending on Indie Hackers
How I built an AI workflow with preview, approval, and monitoring User Avatar 64 comments Show IH: I'm building a lead gen + CRM tool for web designers targeting local businesses without websites — starting with Spain User Avatar 62 comments I built a URL indexing SaaS in 40 days — here's the honest story User Avatar 53 comments After 4 landing page rewrites, I finally figured out why my analytics SaaS wasn't converting User Avatar 21 comments We witnessed a sharp spike in our traffic. So much happiness after a long time. User Avatar 15 comments Creative Generator — create product-focused visuals and ad concepts faster User Avatar 11 comments