All Projects â†’ msavin â†’ Mongol Meteor Explore Minimongo Devtools

msavin / Mongol Meteor Explore Minimongo Devtools

In-App MongoDB Editor for Meteor (Meteor DevTools)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mongol Meteor Explore Minimongo Devtools

Vue Meteor
🌠 Vue first-class integration in Meteor
Stars: ✭ 893 (+5.56%)
Mutual labels:  meteor, meteor-package
meteor-presence
👥 Meteor package to help track users' presence
Stars: ✭ 88 (-89.6%)
Mutual labels:  meteor, meteor-package
Meteor-logger
🧾 Meteor isomorphic logger. Store application logs in File (FS), MongoDB, or print in Console
Stars: ✭ 51 (-93.97%)
Mutual labels:  meteor, meteor-package
meteor-packages
Client for Meteor Package Server API
Stars: ✭ 14 (-98.35%)
Mutual labels:  meteor, meteor-package
Meteor Blaze Components
Reusable components for Blaze
Stars: ✭ 361 (-57.33%)
Mutual labels:  meteor, meteor-package
meteor-control-mergebox
Control mergebox of publish endpoints
Stars: ✭ 28 (-96.69%)
Mutual labels:  meteor, meteor-package
svelte-meteor-data
Reactively track Meteor data inside Svelte components
Stars: ✭ 14 (-98.35%)
Mutual labels:  meteor, meteor-package
hypersubs
an upgraded version of Meteor subscribe, which helps optimize data and performance!
Stars: ✭ 13 (-98.46%)
Mutual labels:  meteor, meteor-package
spiderable-middleware
🤖 Prerendering for JavaScript powered websites. Great solution for PWAs (Progressive Web Apps), SPAs (Single Page Applications), and other websites based on top of front-end JavaScript frameworks
Stars: ✭ 29 (-96.57%)
Mutual labels:  meteor, meteor-package
awesome-blaze
🔥A curated list of awesome things related to Blaze
Stars: ✭ 29 (-96.57%)
Mutual labels:  meteor, meteor-package
flow-router
🚦 Carefully extended flow-router for Meteor
Stars: ✭ 191 (-77.42%)
Mutual labels:  meteor, meteor-package
Blaze
🔥 Meteor Blaze is a powerful library for creating live-updating user interfaces
Stars: ✭ 474 (-43.97%)
Mutual labels:  meteor, meteor-package
Meteor-flow-router-title
Change document.title on the fly within flow-router
Stars: ✭ 23 (-97.28%)
Mutual labels:  meteor, meteor-package
meteor-server-autorun
Server-side Tracker.autorun
Stars: ✭ 36 (-95.74%)
Mutual labels:  meteor, meteor-package
ostrio-analytics
📊 Visitor's analytics tracking code for ostr.io service
Stars: ✭ 14 (-98.35%)
Mutual labels:  meteor, meteor-package
meteor-flow-router-map
Meteor package for Flow Router
Stars: ✭ 15 (-98.23%)
Mutual labels:  meteor, meteor-package
Meteor-Mailer
📮 Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup
Stars: ✭ 21 (-97.52%)
Mutual labels:  meteor, meteor-package
Meteor-logger-mongo
🍃 Meteor Logging: Store application log messages in MongoDB
Stars: ✭ 20 (-97.64%)
Mutual labels:  meteor, meteor-package
meteor-spacebars-tohtml
Meteor package to ease rendering spacebars to html
Stars: ✭ 35 (-95.86%)
Mutual labels:  meteor, meteor-package
Meteor Easy Search
Easy-to-use search for Meteor with Blaze Components
Stars: ✭ 438 (-48.23%)
Mutual labels:  meteor, meteor-package

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 data

FAQ

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].