I want to connect openshift mongodb database from my local client tools
database, mongodb, node.js, openshift, server
Solution
Finally I got perfect tool for it to connect with mongodb with server database in which we can perform all kind of CRUD operations. we can use Robomongo tool for it which doesn't require paid version to perform CRUD operation. Robomongo is available here http://robomongo.org/download.html mongoVUE requires paid version.
I use Robomongo. Just do a 'rhc port-forward '
Then run Robomongo using the Mongodb credentials that OPENSHIFT gave you.
Steps.
rhc port-forward Wait a couple of seconds. You then should see something like this.
port forward image
Then run Robomongo. Add a connection and enter in your Openshift Mongodb credentials:
Problem
- I have my premium openshift account - I have all types of access in openshift - I have ssh key & user's credentials - I have MongoVUE & Robomongo & others client tools to open mongodb database. - when I try to open any local mongodb database then its working fine - but I want to directly connect my mongodb database of openshift server to mongoVUE or any else so I can see which data is in my server database. - I have tried so many times to connect locally but it can connect to openshift but can not connect with mongodb database so please provide some good & exact steps so I can connect it.