Skip to content

Meteor package for visualizing your collections in the browser

License

Notifications You must be signed in to change notification settings

skarborg/MongoInspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoInspector

Gain a visual view of how your application and collections are operating.

Main Benefits

  • Watch your collections update in real-time in the browser
  • Click on a collection to run "console.log(Collection.find().fetch())"
  • Click on the title to remove it from the window

Try It

Important Notes

  • The CSS is namespaced, so there should be no clash between your application and this package. We also reserve the "MongoInspector" session variable.
  • Currently the package only supports Meteor.Collections. I'm working on support for Mongo.Collections but its causing strange issues. A temporary (no cost) solution is to rename your Mongo.Collection to Meteor.Collection.

About

Meteor package for visualizing your collections in the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.4%
  • CSS 39.6%