基于云的 mongodb 托管数据库解决方案
哪种基于云的托管数据库解决方案可用于托管 mongodb 作为服务。
MongoHQ 似乎提供此服务,但是还有其他供应商吗?
What kind of cloud based hosted database solution(s) are available for hosting mongodb as a service.
MongoHQ seems to offer this service, but are there other vendors?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MongoDB 托管数据位于此处。
Mongo HQ 和 Mongo Machine 是唯一真正提供“托管”它本身的地方。看起来 Heroku 与 MongoHQ 合作,因此您已经可以获得灵活的托管解决方案。
列表的其余部分包括 VPS 或云提供商(即:安装在您自己的计算机上)。
这样做有几个很好的理由,但最主要的原因很简单,MongoDB 仍然很新。
因此,如果您想构建一个“爱好”应用程序,则必须使用 MongoHQ 通过网络提取数据。否则,您可以在您的服务器上托管自己的服务器。不幸的是,目前还没有太多中间的情况。
MongoDB hosting data is here.
Mongo HQ and Mongo Machine are the only spots really offering to "host" it per se. It looks like Heroku works with MongoHQ, so you can already get a flexible hosted solution.
The rest of the list include are VPS or cloud providers (i.e.: install on your own machine).
There are a few good reasons for this, but the primary reason is simply that MongoDB is still very new.
So if you want to build a "hobby" app, you'll have to use MongoHQ pulling data over the net. Otherwise you can host your own on your server. Unfortunately, there's not a lot of in-between right now.