3T MongoChef – Your New MongoDB GUI

3T-Software-Labs-176-website-logo MongoDB_RP_Vertical_Small_167x100_A225

Official website : http://3t.io/
Compare databases, collections and documents: discover differences in your data.
See the differences, side by side: visualize comparison results.
Built in synchronization: synchronize databases, collections, and fields.
Explore the schema of your MongoDB data: find outliers and anomalies in your data.
Inspect and edit documents: update documents and fields with ease.
Create full documentation: describe the structure of your data.

In-Place Editing: edit fields of any MongoDB type directly in any view.
Drag-and-Drop Visual Search: quickly and easily explore the contents of your database.
Users and Roles: easily manage your users and roles.
Full Shell Support: enjoy full syntax highlighting and auto-completion.

How to Query MongoDB Secondary Replica Set Members

A common gotcha when first starting with MongoDB is that trying to query MongoDB secondary replica set members (secondaries) does not seem to work. For example, when issuing a simple query the user may be surprised to see errors such as: Error: error: { “$err” : “not master and slaveOk=false”, “code” : 13435 } The […]

In this post, I’ll show you how to install and configure MongoChef and the necessary MongoDB tools to get you started with IntelliShell and enjoy the richest MongoDB editing experience currently available for Windows, Mac and Linux. Everybody ready? Then let’s go! Install 3T MongoChef First of all, let’s download MongoChef! It’s available at http://3t.io/mongochef: […]

  How to create new users in MongoDB with MongoChef

Creating and managing users in MongoDB from the command line can be a very cumbersome and unwieldy task. Luckily, MongoChef makes it super-easy to manage your users and their roles for your MongoDB instance. In this tutorial, I will assume that you have already set up a user administrator for your database. If not, please […]

 How to install 3T Schema Explorer for MongoDB on Linux

On Linux, 3T Schema Explorer is distributed as a gzipped tarball (.tar.gz). We follow a common directory pattern on Linux in that 3T Schema Explorer’s root directory contains a “bin” folder that contains a runnable .sh file that starts 3T Schema Explorer. To install 3T Schema Explorer, open your shell and cd to a directory […]

  How to install 3T Data Compare & Sync for MongoDB on Linux

On Linux, 3T Data Compare & Sync is distributed as a gzipped tarball (.tar.gz). We follow a common directory pattern on Linux in that 3T Data Compare & Sync’s root directory contains a “bin” folder that contains a runnable .sh file that starts 3T Data Compare & Sync. To install 3T Data Compare & Sync, […]

  How to install MongoChef on Linux

On Linux, 3T MongoChef is distributed as a gzipped tarball (.tar.gz). We follow a common directory pattern on Linux in that MongoChef’s root directory contains a “bin” folder that contains a runnable .sh file that starts MongoChef. To install MongoChef, open your shell and cd to a directory of your choice. There, unpack and run […]

Source : http://3t.io/

 

  • Ask Question