About 378,000 results
Open links in new tab
  1. How can I browse or query live MongoDB data? - Stack Overflow

    Jan 2, 2013 · The reason for another viewer was that I wanted something that was fast and easy (both to use and the code base), that would let me peek at what was going on my MongoDB. Also, I wanted some nice Ajax effects. and could be the base of a more complete browser.

  2. Is there a MongoDB graphical log viewer? - Stack Overflow

    Jul 26, 2012 · MongoDB stores all logs in a text file. I am looking for a MongoDB log viewer which shows all MongoDB queries with filters in a graphical manner.

  3. Docker + MongoDB: How to view database with RoboMongo?

    Jan 3, 2017 · Based solely on the information in your post, I'm guessing mongodb is listening on its default port, 27017, within the container, and you're mapping host 27018 to container 27018 which mongo isn't listening on.

  4. Retrieve only the queried element in an object array in MongoDB ...

    Oct 21, 2010 · Caution: This answer provides a solution that was relevant at that time, before the new features of MongoDB 2.2 and up were introduced. See the other answers if you are using a more recent version of MongoDB. The field selector parameter is limited to complete properties. It cannot be used to select part of an array, only the entire array.

  5. mongodb - How can I discover a mongo database's structure

    Feb 5, 2013 · Just query the database by running the following commands in the mongo shell: use mydb //this switches to the database you want to query show collections //this command will list all collections in the database db.collectionName.find().pretty() //this will show all documents in the database in a readable format; do the same for each collection in the database

  6. mongodb - How to see BSON document? - Stack Overflow

    Sep 28, 2012 · I started working with mongodb and aware how I can see data which is stored in database? I know about JavaScript shell (mongo.exe) but I want something which can give me the whole picture. Is it a way to open the data as a flat document? Or maybe it is possible to export the data to a file using some shell command? Thanks.

  7. database - How to open mongo-db dump file? - Stack Overflow

    I have a .dump file (8GB) which is a mongo database that I need to work with. I'm working with Robo 3T. I've tried: a) menu options in robo gui b) mongorestore --db cert-db certctream.dump comm...

  8. mongodb - how to implement number of views of a particular …

    From the mongoDB prospective , if you want very fast insert and read , i would suggest couple of things you can do. 1) As you create a article , create a document like this in your may be log collection

  9. connecting to Mongodb inside a docker with mongodb compass …

    Mar 26, 2018 · Pull/Restart the docker container mongodb. Enter the bash shell. docker exec -it mongodb bash Now open the mongodb compass community and with same default connection just click connect and the docker container's mongodb will be connected to compass community. My terminal running docker: Mongodb Compass:

  10. Creating reports: MongoDB + .Net Win Forms - Stack Overflow

    Mar 14, 2011 · There is no any tool for building business reports with MongoDB. Reports with mongodb is difficult task, because you need to load many documents and build reports yourself on the client side. So, i see two ways to do reports with mongodb: 1. Load all documents that need for report and build it at the client side. 2.

Refresh