Ask HN: What is a good db as a service?

8 points by econic ↗ HN
I am working on a SaaS that requires some sort of database (sql/nosql) to store data. It will be write heavy. I usually host my own databases however I want to use my time more for working on the code and less worrying about the database server. Anyone have any suggestions? price is a factor initially also.

6 comments

[ 3.2 ms ] story [ 25.1 ms ] thread
If you like MongoDB then MongoLab or MongoHQ.

If you like CouchDB then Cloudant.

If you want realtime then Firebase.

All are very reasonably priced.

Cloudant and MongoHQ are both pretty good and cost-effective. It would come down to DB preferences -- CouchDB v MongoDB.
For PostgreSQL: RDS or Heroku Postgres.
If you decide on MongoDB, email us at support@mongolab.com. We'd be happy to help!

-Chris@MongoLab

This may be an obvious suggestion, but there is Amazon RDS for MySQL, Oracle, PostgreSQL, and MsSQL. I have used it for MySQL and we didn't have any issues, though it was a pretty small setup.