Ask HN: Best database management service for Mongodb?
I am looking for a free Mongodb database management service. The storage doesn't have to be too big, 1GB is good enough. I looked at Azure, Google Cloud Platform, mongolab, and Parse. Parse seems a bit confusing. I need time to learn it before I use it. I am just a student, just trying to use the management service to create my start up. I would like your opinion on the ones that are available.
1 comment
[ 3.5 ms ] story [ 14.3 ms ] threadIf you are comfortable around a Linux command line shell, I suggest getting a VPS (AWS EC2, Linode, etc.) and simply installing MongoDB using your distribution's package manager.
But it sounds you are looking for a more managed service and don't really want to bother with system administration (which is perfectly fine). In that case, I would recommend going with a PaaS provider like Heroku which offers a number of out of the box hosted services including (but not limited to) MongoDB.