Windows Azure: node.js + mongodb setup cheaply -
i building chrome extension needs backend store user information. far, have been using firebase, real-time solution can access front end end. yet need store approximately 200gb of info firebase seems less viable startup budget.
we looking transitioning hosting node.js app in cloud , communicating mongodb database. looking azure purpose. yet seems way getting mongolab, still expensive. isn't there way store lot info in mongodb without incurring in huge costs? reason, sql databases way cheaper, not create much sense me.
some links reference.
sql pricing:
http://azure.microsoft.com/en-us/pricing/details/sql-database/
mongodb pricing:
https://mongolab.com/plans/pricing/
sure can mongo running in azure. fire new linux vm , install mongo , you're off!
http://azure.microsoft.com/en-us/pricing/details/virtual-machines/#linux
your question hints biggest priority disk space. storage in azure pretty cheap. let's imagine a2 instance 60 gb of space , run out of space. can attach new disks in azure , storage cheap.
the classic way scale mongo utilize replica set, in case you'll need pay more nodes/machines add together them.
node.js mongodb azure
No comments:
Post a Comment