Top "Robo3t" questions

Robo 3T (formerly Robomongo) is a shell-centric cross-platform MongoDB management tool.

how to copy a collection from one from another in robomongo

I have a collection named dashboard in one db and i want to copy that collection to another db using …

mongodb robo3t
Convert ObjectID to String in mongo Aggregation

I'm in this scenario right now: I have a collection X: { _id:ObjectId('56edbb4d5f084a51131dd4c6…

mongodb mongoose mongodb-query aggregation-framework robo3t
Connecting Robo 3T to Docker MongoDB container

As part as an attempt to resolve a Hibernate OGM connection issue, I want to see if I connect from …

mongodb docker robo3t
Robomongo & Meteor mongodb localhost connection failure

I have a Meteor app running on localhost:3000. Trying to connect to it with Robomongo results in "Authorization skipped by …

mongodb meteor database-connection robo3t
RoboMongo: Doesn't display all documents

When I open a collection, it only displays the first 50 documents rather then all of them. How do I make …

node.js mongodb robo3t
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
How would someone connect their MLAB mongodb database to robomongo when MLAB only provides string URI's

I have been a mongochef user for a while, and setting up URI connections with mongochef is super easy. However …

mongodb robo3t mlab
Firewalld Configuration on Centos 7.2

I have installed MongoDB on my CentOS 7.2 VPS and trying to access to the DB via Robomongo from my client. …

mongodb centos7 robo3t firewalld
Access MongoDB from other server

I have a MongoDB database on my Linux server. I want to access it from another server. I tried to …

mongodb robo3t
Convert ObjectId to String and vice versa inside MongoDB aggregate map

I have the following document in a collection: Input: { "_id" : ObjectId("***"), "oldItems" : [ { "_id" : ObjectId("***"), "name" : "ItemId***", "nestedItemsToExtract" : { } } ] } I need to …

mongodb robo3t