Tag: mongosh

Studio 3T logo

Mongosh: How to Run More Processes

In the previous two parts of this series, we’ve looked at how to read and write files. But what’s the point of writing files if you can’t do anything with them after you’ve finished writing them? Well, you could always run another process to consume your file and do something with it. Until the arrival […]

Posted on: 02/03/2023 (last updated: 11/12/2024) • Dj Walker-Morgan 3 minutes
Studio 3T logo

Mongosh: How To Write More Files

Today, we’re looking at how to write files with Mongosh. This is new as previously writing files with the legacy Mongo shell was simply not possible. As we mentioned in the first part of this series, with the new Mongosh and its Nodejs underpinnings now default in Studio 3T, that’s no longer a challenge. It […]

Posted on: 16/02/2023 (last updated: 11/12/2024) • Dj Walker-Morgan 5 minutes
Studio 3T logo

Mongosh: How To Read More Files 

In this short series, we’re looking at the new capabilities of the IntelliShell and we start with how you can use Mongosh to read files. Not all data is structured as JSON or CSV. A lot of valuable data is often trapped in plain text files on your disk. To get real value and insight […]

Posted on: 02/02/2023 • Dj Walker-Morgan 4 minutes