Top "Robo3t" questions

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

How to create a database with robomongo?

I want to create a new database by using robomongo. Click "create database" then I write database name. when I …

mongodb robo3t database
Insert document with date into collection in Robomongo

I am working with Robomongo, where I am manually inserting an object. I want to have a field on my …

mongodb robo3t
Log to console In Mongodb

When I run this command in robomongo, I get a output with different rows: db.getCollection('houses').find({}) Now I …

mongodb robo3t
MongoDB remote connection via RoboMongo

I'm trying to connect to my Mongodb server via Robomongo. I have changed the Bind_ip to 0.0.0.0 at the server …

mongodb robo3t
connect robomongo to mongoDB docker container

I'm running a NodeJS App with docker-compose. Everything works fine and I can see all my data by connecting to …

mongodb docker robo3t
How can I save new Date() in MongoDB?

When I save a date time in MongoDB using the following format, it shows: Error "Unable to parse JSON" { "_id" : …

mongodb robo3t
How to create a Mongodb index in Robo 3T (formerly Robomongo)?

How can I use the Robo 3T GUI to create a simple index for one of the fields in a …

mongodb robo3t
Use Robo 3T to connect to remote MongoDB

I'm trying to use Robomongo (or Robo 3T) under Mac to control my mongodb in the remote Ubuntu & Nginx …

mongodb nginx ssh digital-ocean robo3t
MongoDb db.Collection.update() deleted my document

I run an update statement on a mongodb database and it deleted my document! What did I do wrong? This …

mongodb robo3t
MongoDB: Find an object by its ID without knowing the collection

I have an mongodb databse with 100+ collections. I'm trying to find an object, with a known ObjectID, that belongs to …

mongodb mongodb-query robo3t