MongoDB is a scalable, high-performance, open source, document-oriented NoSQL database. It supports a large number of languages and application development platforms. Questions about server administration can be asked on http://dba.stackexchange.com.
Suppose you have the following documents in my collection: { "_id":ObjectId("562e7c594c12942f08fe4192"),
In MongoDB, is it possible to update the value of a field using the value from another field? The equivalent
I was wondering if anyone can tell me if MongoDB or CouchDB are ready for a production environment.
I'm doing development on MongoDB. For totally non-evil purposes, I sometimes want to blow away everything
I've been playing around storing tweets inside mongodb, each object looks like this: { "_id" : ObjectId(
I would like to execute a following query: db.mycollection.find(HAS IMAGE URL) What should be the correct s
I am using my new mac for the first time today. I am following the get started guide on the mongodb.org up unt
There's a typo in my MongoDB database name and I'm looking to rename the database. I can copy and d
How do I perform the SQL Join equivalent in MongoDB? For example say you have two collections (users and comm
Is there a way to tell Mongo to pretty print output? Currently, everything is output to a single line and it&a
I'm looking for an operator, which allows me to check, if the value of a field contains a certain string.
I'm new to MongoDB--coming from a relational database background. I want to design a question structure w
If I have this schema... person = { name : String, favoriteFoods : Array } ... where the favoriteFo
I can't find anywhere it has been documented this. By default, the find() operation will get the records
All of my records have a field called "pictures". This field is an array of strings. I now want the newest 10
I am stuck between these two NoSQL databases. In my project I will be creating a database within a database.
I have a MongoDB collection with documents in the following format: { "_id" : ObjectId("4e8ae86d08101908e10
In the MongoDB shell, how do I list all collections for the current database that I'm using?
What's the easiest way to do this from my bash prompt?