Archives

Export Wizard

Export MongoDB to CSV, JSON, BSON/mongodump, SQL, and another collection in a few clicks with Studio 3T’s Export Wizard.

How to Connect to MongoDB Atlas

Connect to MongoDB Atlas using Studio 3T’s Connection Manager.

Import Wizard

Studio 3T’s Import Wizard is the easiest way to import data to MongoDB from JSON, CSV, BSON/mongodump, SQL, and another collection.

Configure mongodump, mongorestore & mongo shell Executable Files

Here’s how you can point Studio 3T’s built-in mongo shell, IntelliShell, to use a different mongo.exe file when you’re still on an older MongoDB version.

Visual Explain | MongoDB Explain, Visualized

Visual Explain shows the stages MongoDB took to execute a query in a flowchart, so you don’t have to decipher the JSON-formatted MongoDB explain() output.

How to Query MongoDB Arrays Without Using the mongo Shell

In this tutorial, learn how to query MongoDB arrays and filter array string values using Studio 3T’s drag-and-drop Visual Query Builder.

Want to Find Slow Queries? Check MongoDB Current Operations

Studio 3T replaces the currentOp command with a Current Operations feature, which you can access by right-clicking on any collection.

How to Connect to the License Manager Through a Proxy Server

Follow these steps after launching Studio 3T to be able to connect to the web License Manager through a proxy server.

5 MongoDB Security Tips to Help Keep the Cats Away

The recent Meow attacks are yet another reminder that we need to properly secure our databases. Meow-proof your MongoDB (or MongoDB Atlas) instance today by taking these five easy steps.

MongoDB and SQL Server: Communicating via REST Service

We demonstrate how to set up a simple REST service that you can use to communicate between MongoDB and SQL Server.