Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msavin/Mongol-meteor-explore-minimongo-devtools
In-App MongoDB Editor for Meteor (Meteor DevTools)
https://github.com/msavin/Mongol-meteor-explore-minimongo-devtools
devtool devtools insecure meteor meteor-package meteor-toys mongol monogdb
Last synced: 3 months ago
JSON representation
In-App MongoDB Editor for Meteor (Meteor DevTools)
- Host: GitHub
- URL: https://github.com/msavin/Mongol-meteor-explore-minimongo-devtools
- Owner: msavin
- Created: 2015-02-17T20:55:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T18:12:00.000Z (over 5 years ago)
- Last Synced: 2024-05-18T17:45:53.151Z (6 months ago)
- Topics: devtool, devtools, insecure, meteor, meteor-package, meteor-toys, mongol, monogdb
- Language: JavaScript
- Homepage: http://play.with.meteor.toys
- Size: 20.1 MB
- Stars: 826
- Watchers: 26
- Forks: 39
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-meteor - msavin:mongol - Visual Editing Tool for Meteor for MongoDB Collections. (Degugging Tools)
README
Meet Mongol, the Original Development Tool for Meteor
=====================================================Starting today, you'll never have to enter the console to play with your collections again. With Mongol, you can view and edit your client documents right in the browser. And because Mongol is a debugOnly package, it does not compile to your production build.
Plug & Play Installation
------------------------Mongol configures automatically. To get started, run:
meteor add msavin:mongol
After installation, open your app in the browser and press Control + M to toggle it.
Note: the new Mongol requires Meteor 1.8
How Does It Work?
-----------------
Using Mongol is like having a database management tool with-in your Meteor application. Meteor publishes data to `minimongo`, and Mongol hooks into it to show you all the documents on the client. With that, you can:
- View the document counts in your `minimongo` collection
- Browse the documents in your `minimongo` collection
- Modify any document as if you have insecure on
- Get a reactive window into your dataFAQ
---
Does Mongol require insecure to work? No, Mongol has special set of method's that allow it to interact with the database without disrupting your application permissions.Is there a security risk to using Mongol? Since Mongol is a `debugOnly` package, Meteor's build process will not compile it into production code.
Will Mongol cause my application to behave differently? All of the code and functions of Mongol are pre-fixed and scoped, so there shouldn't be any intrusion.
About
-----Mongol is part of Meteor Toys,
and is licensed under the Meteor Toys License.
(C) Toys, Inc 2019. All Rights Reserved.