Code Monkey home page Code Monkey logo

mongol's Introduction

Mongol

Meet Mongol, the insanely handy development package for Meteor. Starting today, you'll never have to enter the console to play with your collections again. Instead, Mongol lets you view and edit your client side documents in the browser. And because Mongol is a debugOnly package, it does not compile to production code.

Your Documents, At a Glance

Mongol will automatically detect your collections and display your client-side documents. A reactive count of the documents is always available, and document browsing is just a click away.

Easily View & Modify Documents

Mongol is able to insert, update and/or remove any document in your database, regardless if you have insecure on or the permissions to allow it. Read the security post to learn how this works.

Only There When You Want It

Mongol won't render into the DOM until you activate it. You can activate by pressing Control + M, or with Session.set("MeteorToys_display", true).

"Plug & Play" Installation

Mongol configures automatically. To get started, simply run:

$ meteor add msavin:mongol

After installation, open your app in the browser and press Control + M to toggle it. For a demo, go to http://mongol.meteor.com.

Mongol Pro

Mongol Pro is available as part of the Meteor Toys suite. The Pro version allows you to reset your MongoDB collections and includes a trash can for restoring removed documents. To see the other tools available, go to the Meteor Toys website.

FAQ

Does Mongol require insecure to work? No, Meteor has its own set of method's that enable it work without disrupting your application permissions.

Will Mongol ship to my production application? No, Mongol is a debugOnly package, meaning Meteor's build process will not compile it into production code.

Are there any other development tools that complement Mongol? In addition the the Meteor Toys bundle, JetSetter is an open-source package like Mongol but for Session variables.

How do I hide collections? Mongol allows you to hide individual collections and provides a shortcut for Velocity.

Meteor.startup(function () {
    // make sure to use collection name, not variable
    Package["msavin:mongol"].Mongol.hideCollection("collectionName");
    // shortcut for Velocity
    Package["msavin:mongol"].Mongol.hideVelocity();
}); 

Additional Information

mongol's People

Contributors

jackadams avatar awelles avatar mcoenca avatar gitter-badger avatar

Watchers

Chris Cinelli avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.