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?
相关问题
- MongoDB can not create unique sparse index (duplic
- Spring Data MongoDB - lazy access to some fields
- Golang mongodb aggregation
- How to convert from Timestamp to Mongo ObjectID
- A good way to define default rendering templates i
相关文章
- mongodb有没有什么办法禁止读取数据的时候进行缓存
- mongodb-aggregate聚合查询分组后如何获得多字段
- mongodb error: how do I make sure that your journa
- How to track MongoDB requests from a console appli
- MongoError: cannot infer query fields to set, path
- Pymongo $in Query Not Working
- External dependencies (like bootstrap) in Meteor
- django.core.exceptions.ImproperlyConfigured: '
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.