Libros UCLV { BETA }

Gran cantidad de libros a nuestro alcance

Tenemos :
1413 libros,
262745 descargas y
1106 contribuyentes !

Se han encontrado 3 Coincidencias

MongoDB: The Definitive Guide, Second Edition

Data Bases


128 Visitas | 198 Descargas | 2013-09-26 20:22:31 | cbustillo

MongoDB is a document-oriented database, not a relational one. The primary reason for moving away from the relational model is to make scaling out easier, but there are some other advantages as well. A document-oriented database replaces the concept of a “row” with a more flexible model, the “document.” By allowing embedded documents and arrays, the document-oriented approach makes it possible to represent complex hierarchical relationships with a single record. This fits naturally into the way developers in modern object oriented languages think about their data.

Scaling CouchDB

Scaling CouchDB


24 Visitas | 31 Descargas | 2015-11-02 15:20:23 | pecarrazana

CouchDB is a schema-less database, giving you much flexibility in designing the document boundaries for your data

MongoDB in Action

Data Bases


111 Visitas | 65 Descargas | 2016-04-06 22:47:40 | cbustillo

MongoDB in Action, 2nd Edition is a completely revised and updated version. It introduces MongoDB 3.0 and the document-oriented database model. This perfectly paced book gives you both the big picture you'll need as a developer and enough low-level detail to satisfy system engineers. MongoDB in Action, 2nd Edition is a completely revised and updated version. It introduces MongoDB 3.0 and the document-oriented database model. This perfectly paced book gives you both the big picture you'll need as a developer and enough low-level detail to satisfy system engineers. Lots of examples will help you develop confidence in the crucial area of data modeling. You'll also love the deep explanations of each feature, including replication, auto-sharding, and deployment.