Tag: Tutorials

How to Compare MongoDB Collections

Compare MongoDB collections, sync data, and export results with Data Compare & Sync.

How to Create MongoDB Joins Using SQL

Learn how to write SQL join queries to generate MongoDB joins in the form of aggregation queries.

Using Aggregation and Regex in MongoDB to Reduce Data in a Collection

Learn how to use regex to transform an external data set to JSON or export it to CSV for later import, and run aggregation queries to reduce the data before creating a MongoDB collection.

Find slow queries in MongoDB with Query Profiler

Learn about the Query Profiler and the MongoDB Database Profiler: how you can collect profiling data to investigate and optimize query performance in MongoDB.

A Practical Introduction to MongoDB Views

We introduce the idea of MongoDB views – what they are, why they’re useful, when to use them, and how they relate to data aggregations – and walk you through how to create a view in Studio 3T using a small practice database courtesy of the UK’s Met Office.