TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

8 点作者 econic将近 11 年前
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 条评论

munimkazia将近 11 年前
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.
threeseed将近 11 年前
If you like MongoDB then MongoLab or MongoHQ.<p>If you like CouchDB then Cloudant.<p>If you want realtime then Firebase.<p>All are very reasonably priced.
hect0r将近 11 年前
Cloudant and MongoHQ are both pretty good and cost-effective. It would come down to DB preferences -- CouchDB v MongoDB.
c2kc将近 11 年前
If you decide on MongoDB, email us at support@mongolab.com. We&#x27;d be happy to help!<p>-Chris@MongoLab
radkiddo将近 11 年前
Zero admin - <a href="http://mytabl.es" rel="nofollow">http:&#x2F;&#x2F;mytabl.es</a>
workhere-io将近 11 年前
For PostgreSQL: RDS or Heroku Postgres.