I'm learning about Meteor at the moment. Really impressed with the vision of the framework. Meteor retains data on the client side with "Mini Mongo" (http://www.quora.com/Meteor-web-framework/How-does-Meteors-Minimongo-work) - an in browser version of Mongo DB. I've connected Robomongo to the server side DB to surf it with a GUI, and I was wondering if there was a way to get a GUI representation of Mini Mongo. A Chrome dev tools hack perhaps?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
There is a meteorite package developed in one of the summer hackathons.
https://atmosphere.meteor.com/package/z-mongo-admin https://github.com/gterrono/meteor-admin-ui
It is in a very raw state, but should be enough if you are just using it for learning.