Robomongo – is a shell-centric cross-platform open source MongoDB management tool (i.e. Admin GUI)

http://robomongo.org/

MongoDB + MySQL with Doctrine 2. Example of listener to maintain redundant data (alternative to joins)

http://www.phpntips.com/mongodb-mysql-with-doctrine-2-example-of-listener-to-maintain-redundant-data-alternative-to-joins-2012-12/

MongoDB ODM SELECT COUNT(*) equivalent

Equivalent to the MySQL-Query: “SELECT COUNT(*) FROM users” in MongoDB ODM is: $count = $this->dm->createQueryBuilder(‘Documents\Functional\Users’)->getQuery()->execute()->count() http://stackoverflow.com/questions/10978242/mongodb-odm-select-count-equivalent