MongoDB and PHP by Steve Francia

33J2Y4H36URN
The book «PHP and MongoDB by Steve France» presents the document-oriented database MongoDB and its relationship with the PHP language, is also a very good introduction to non-relational databases, focusing on the causes that gave rise to MongoDB, as well as the gaps found in the ORM’s and the relational databases when you need to work with objects in an efficient and robust way.

MongoDB and PHP by Steve Francia Read More

Tutorial para instalar MongoDB en Ubuntu

MongoDB es un motor de base de datos open source orientada a documentos, perteneciente a la familia de las llamadas base de datos NoSql, es decir que no siguen el paradigma y la filosofía de las bases de datos relacionales y por lo tanto no usan SQL como lenguaje de consultas. En esta guía vamos a ver como instalar la base de datos en Ubuntu y el driver para PHP.

Tutorial para instalar MongoDB en Ubuntu Read More