Skip to content

jonjamz/MongoInspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 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 browse its documents
  • 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. The package also uses 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

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 60.0%
  • CSS 40.0%