我想在meteor.com免费托管服务的部署链接中使用我的local
mongodb,这可能吗?
如果是这样,我如何将mongodb导出到部署站点? meteor whateversite.meteor.com
答案 0 :(得分:1)
我使用MongoChef http://3t.io/mongochef导出&将本地mongoDB中的集合导入任何实时集合
要运行domain.meteor.com mongoDB访问详细信息
meteor mongo domain.meteor.com --url
请查看Akshat回答:https://stackoverflow.com/a/23982518/3136253