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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Would you use a service like MongoHQ, if so why?

5 点作者 startupcto将近 14 年前
I've been playing around with MongoDB and really liked using it and we're considering moving all our datastore over to Mongo. The question I have is startups like MongoHQ. Why would anyone use them?<p>First question that came to mind is the latency issue. Unless you are using EC2 and deploying your application servers "close" to theirs, there is no way to reduce the latency between your app servers and their db servers.<p>2. Why would you give control of the single most important piece of your livelihood over to someone else who in fact is just another startup.<p>My questions are really more geared towards using MongoHQ for production. I feel 100% comfortable in using MongoHQ for staging and development but just not production.

5 条评论

jasonmccay将近 14 年前
Hey there...I am one of the founders of MongoHQ. We get this question often. I think that the issue is less about getting up and going with a technology (generally, that is the easy part), but the reality that it is something that you still have to manage as you get increasingly busy. So:<p>1) How are you going to handle monitoring?<p>2) Do you feel comfortable making the right moves when you are faced with growth?<p>3) Do you feel comfortable optimizing your database as things change?<p>4) Do you have time to stay up on all the updates to MongoDB and how they can affect you, what improvements are right for you, etc.? The space is very busy.<p>As part of both of our shared and dedicated offerings, we offer this to our customers and can assist them as they grow and their needs change. Hosting the data is the easy part...mastering the domain is what takes effort. We do our best to help our users in this way.<p>One final note...we do offer consulting, installation and monitoring of in-house MongoDB setups. That way, if you did want to run MongoDB on your own platform, we could assist you. I'd love to talk to you more about it if you would like. My email is jason@mongohq.com.
benologist将近 14 年前
We're using MongoHQ and have been for around a year.<p>1) We're outside of the AWS infrastructure, the latency is bearable esp. with caching. If you can cache it then the latency straight away only matters a small % of the time.<p>2) Local mirroring is coming I believe, at which point you can have a constant failsafe although their uptime &#38; reliability has been great in our time with them.
评论 #2605057 未加载
MPiccinato将近 14 年前
I am using MongoHQ to get up and running.<p>The recommended setup for deploying MongoDB on EC2 is a little too much overhead right now and I am not a sysadmin. If everything is going well and I start to notice performance issues on MongoHQ, I will move off to managing MongoDB myself.
评论 #2604468 未加载
rawsyntax将近 14 年前
I'm using it for my sideprojects. Heroku has an addon for mongohq. If it goes down, no biggie, it's just a side project.
latch将近 14 年前
No, I wouldn't. Mongo is easy to setup, configure and monitor.