TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

5 pointsby startupctoalmost 14 years ago
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 comments

jasonmccayalmost 14 years ago
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.
benologistalmost 14 years ago
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 未加载
MPiccinatoalmost 14 years ago
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 未加载
rawsyntaxalmost 14 years ago
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.
latchalmost 14 years ago
No, I wouldn't. Mongo is easy to setup, configure and monitor.