Report this

What is the reason for this report?

GUI for MongoDB needed to mange Meteor app

Posted on February 9, 2016

Yo,

Deploying a MeteorJS app, thus using MongoDB for the database. How do we use a GUI to manage the database?

I tried using RoboMongo and MongoChef but neither works.

Anyone with Meteor apps managing their collections with a GUI?

Imagine this task. Someone has posted a faulty link into the collection. I can use Mongo directly to alter the link, but this isnt a reasonable or fast solution when the app gets bigger. In every other server I have used, there has been some graphical interface to manage the collections.

Another less secure solution would be to develop an admin backend in Meteor so admins can log in and edit the posts, but as I said, that would be very insecure.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I’ve had the same challenge, and more so, non-developers needed a more user-friendly way of viewing data. Plus, account impersonation would be nice for customer support, right?

I created a package called Meteor Candy which acts as a drop-in admin panel for your Meteor app. It’s non-intrusive, and it uses dynamic imports to keep the UI off the client until its needed.

There’s also [the MongoDB IDE, Studio 3T] (https://studio3t.com/) which used to be the MongoDB GUI, MongoChef.

It’s the most convenient, most developer-friendly GUI I’ve used. You can edit data in place, switch between Tree, Table, or JSON views to manage collections, query through a drag-and-drop visual query builder or their built-in mongo shell interface, among loads of other features (e.g. SQL Query, Aggregation Editor, Query Code, etc. - some are Pro features though, heads up!)

You can also try QueryAssist - https://queryassist.com - professional IDE for MongoDB with advanced IntelliSense, SQL queries, in-place editing and more. Both free and commercial versions are available.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.