

The last step is to check the connection using the “Test” button.Ħ.

Based on the tunnel output information, that is time to create a new connection from Platform.sh tunnel.ĥ. Open the SSH tunnel with the following command:Ĥ. The latest version of Robo 3T at the time of writing this is 1.2, which supports MongoDB versions up to 3.4. Stepsĭownload the project using the platform-cli It’s very important to check your ScaleGrid deployment to ensure you install the Robo 3T version that supports the deployment’s current MongoDB version, and you can check this link for more information on Robo 3T’s supported platforms. To connect, you should simply connect with localhost:27017 on Robo3T. Furthermore, you can check the production data using a GUI interface such as Robot 3T. Open robo3t.json file using some text editor. The simplest way to run a project locally is to use a tethered development environment - that means running a local web server, but keeping all other services on Platform.sh and connecting to them over an SSH tunnel. Prerequisites Ensure that MongoDB is properly installed and running in the background. A working project with MongoDB service, e.g spring-mvc-maven-mongodb Robo 3T, formerly known as Robomongo is one of the leading MongoDB GUI ( Graphical User Interface ) tools out there that provides an easy way to interact with MongDB databases instead of the command line or Mongo Shell.
ROBO 3T MONGO HOW TO
In this tutorial, we’ll explain how to connect the Platform.sh MongoDB using SSH tunnel with a MongoDB GUI such as Robo 3T Preparation
