问题
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.
来源:https://stackoverflow.com/questions/17779159/is-there-a-way-to-get-a-gui-representation-of-mini-mongo