Author: Dj Walker-Morgan

Dj has been around since Commodore had Pets and Apples grew everywhere. With a background in Unix and development, he's been around the technology business writing code or writing content ever since.
Studio 3T logo

How to Install Studio 3T on Linux

A guide for Linux users wanting to install Studio 3T.

Posted on: 08/08/2022 (last updated: 07/07/2025) • Dj Walker-Morgan < 1
Studio 3T logo

How to Install Studio 3T on macOS

A guide on how to install Studio 3T on macOS.

Posted on: 08/08/2022 • Dj Walker-Morgan < 1
Studio 3T logo

How to Install Studio 3T on Windows

A guide on how to install Studio 3T on Windows.

Posted on: 08/08/2022 (last updated: 04/01/2023) • Dj Walker-Morgan < 1
Studio 3T logo

How can I trim a string prefix in MongoDB Aggregation? #Studio3T_AMA

Trimming a prefix rom a string during aggregation should be simple, but there’s no out of the box operator to do it. In this AMA, we show you how.

Posted on: 03/08/2022 (last updated: 27/08/2024) • Dj Walker-Morgan 3 minutes

What’s New in Studio 3T 2022.7 – Aliases and Notes

The Studio 3T 2022.7 release is all about new features in the Connection Tree. Now you can assign an alias to any item in the tree and it will be displayed as the preferred name of that database, collection or view. And you can attach a note to those items too. We’ve also enhanced the […]

Posted on: 21/07/2022 (last updated: 28/04/2025) • Dj Walker-Morgan 3 minutes

Connection Tree: Aliases and Notes

Studio 3T 2022.7 and later supports the creation and display of aliases and notes for items in the Connection Tree. It allows items in the tree to have an alternative name (alias) and have text, such as documentation, attached to it (notes).  You can only create aliases and notes for: Databases Collections Views GridFS Buckets […]

Posted on: 21/07/2022 (last updated: 07/09/2022) • Dj Walker-Morgan 5 minutes
Studio 3T logo

How do I give Studio 3T feedback? I want to tell them what I want. #Studio3T_AMA

How do you let us know what you want or need in Studio 3T? Through feedback and in this AMA, we look at the three routes to letting us know what you think.

Posted on: 13/07/2022 • Dj Walker-Morgan 3 minutes

How to get MongoDB statistics for all collections? #Studio3T_AMA

Learn how to harness the power of MongoDB scripting with Studio 3T’s Intellishell as we show how to gather your collection statistics for all your databases in this Ask Manatees Anything article.

Posted on: 06/07/2022 • Dj Walker-Morgan 3 minutes

Regular Expressions in Studio 3T

Regular Expressions are a powerful way of expressing string patterns for matching. Value Search uses them to allow you to home in on particular strings in the database with precision. Regular Expressions are commonly available with many languages and applications and the syntax and capabilities of them have a common core. We recommend regex101.com as […]

Posted on: 23/06/2022 (last updated: 07/07/2022) • Dj Walker-Morgan 5 minutes