Top "Mongovue" questions

MongoVUE is a GUI based query and management tools used to connect to a MongoDB database.

Authentication during connection to MongoDB server instance using Java

Is it possible to make something like : MongoClient mongo = new MongoClient(ip, port, usrName, password) in JAVA similar to the …

java mongodb authentication mongovue
mongodb version 3.0.0 client robomongo mongovue

We are using mongo client tools such as Robomongo and MongoVUE from our windows/mac machines. On the mongodb server …

mongodb mongovue robo3t
Sort by embedded document

Iam trying to sort some documents by a date of a embedded document. My documents looks like: [ { name: 'item1', …

mongodb sorting mongovue