Is there a way to get a GUI representation of Mini Mongo?

青春壹個敷衍的年華 提交于 2020-01-15 04:39:05

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!