Tagged: PHP

MongoDB Mini User Guide

Shell Mongo : > mongo Once you are in terminal/command line, access the database/collection you want to use as follows: show dbs use <db name> show collections choose your collection and type the following...

MongoDB vs RDBMS like mysql

Nowadays there is a new kind of databases that is getting very popular, specially for Web development, including the PHP world, which are the NoSQL databases. MongoDB is not only a key/value store, it’s...

NoSQL, Lucene and Solr

NoSQL, Lucene and Solr Posted by Grant Ingersoll The other day, Michael Coté asked me where Apache Lucene and Solr fit in with the NoSQL movement (having heard about the Guardian’s use of Solr),...