Notes for the update of the Moore data records
This set of notes is for setting up Studio 3T for mongo and the Moore date update task
Set up mongo db with Studio 3T
Direct Connection Settings
The direct connection settings uses the SSH key
- Open Studio 3T
- Click on the connections button. A dialog box appears with the Connection Manager
- Click on the “New connection: button
- Connection Settings
- Using Cohereone as an example, fill out these values
- Server tab
- Server: localhost
- Port: 27017
- SSH tab
- SSH Address: cohereone.bettrdata.io
- SSH User name: ec2-user
- Private Key: /home/bettrdatarob/.ssh/id_rsa
My private key is not protected by a passphrase: checked
Port Forward Method
You will need to set a port forward to an instance
Example
ssh -L 27018:localhost:27017 moore-devNOTE
Be careful that you know which server it is being port forwarded to. You could end up making changes on the incorrect data!
Connection Settings
This changes the settings a bit
- Server tab
- Server: localhost
- Port: 27018
- SSH tab
- No changes from default