如何在流星部署服务中部署我的本地 mongodb

How to deploy my local mongodb in meteor deploy service

我想在 meteor.com 免费托管服务的部署 link 中使用我的 local mongodb,这可能吗?

如果可以,我如何将 mongodb 导出到部署站点? meteor whateversite.meteor.com

我使用 MongoChef http://3t.io/mongochef 将集合从本地 mongoDB 导出和导入到任何实时集合,

获取domain.meteor.commongoDB访问详情运行

meteor mongo domain.meteor.com --url

请查看 Akshat 答案: