MongoDB is a document oriented NoSQL database.
I am looking for a way to search for a keyword (ex. "Henrik") in the "answers" array of documents with …
php mongodb mongodb-phpI am using MongoDB with the PHP Library. I inserted a valid JSON document inside MongoDB using PHP. I am …
php json mongodb bson mongodb-phpI am creating application with codeigniter and mongodb database. As codeigniter doesn't contain mongodbs driver, I have used built in …
codeigniter mongodb-phpFirst time Map/Reduce user here, and using MongoDB. I have a lot of page visit data which I'd like …
php mongodb mapreduce mongodb-phpI'm running this code: $db = new Mongo("mongodb://user:[email protected]:27081/dbname"); $collection = $db->foobar; $collection->…
php mongodb mongodb-phpI've just set up RockMongo as per these instructions, but I can't see how to change my username/password from …
php mongodb mongodb-phpThis is the first project by me which is using MongoDB. I have hosted it on a linode (a VPS …
mongodb mongodb-phpWhat is the php syntax which will do the work which the following mongodb Shell does? > db.SoManySins.find({},{"_…
mongodb mongodb-phpI can see the statistics from Mongo shell as db.stats() or db.collection_name.stats() How do I view …
python php mongodb pymongo mongodb-phpI'm querying my database using aggregation and pipeline, with two separate queries: $groups_q = array( '$group' => array( '_…
php codeigniter mongodb mongodb-php mongodb-query