Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 2 : The MongoDB Query Language + Atlas @info:cursos:mongodbuniversity:m001
- Atlas == CRUD * Create * Read * Update * Delete == Installing the mongo Shell Compass no cobre toda las opciones que da MongoDB === windows * d... project name: **M001** * Security * IP Whitelist -> Allow access from anywhere * MongoDB Us... = Connecting to your sandbox cluster from mongo shell * desde Atlas GUI, Overview -> Connect * u
- Chapter 3: Deeper Dive on the MongoDB Query Language @info:cursos:mongodbuniversity:m001
- ''$nin'' : en array y no-en array === ejemplos películas con **runtime** superior a 90 (minutos): <c... t: 90}}, {_id: 0, title: 1, runtime: 1})</code> películas con **runtime** superior a 90 (minutos) e i... : 120}}, {_id: 0, title: 1, runtime: 1})</code> películas con **runtime** mayor o igual a 180(minutos... ": 100}, {_id: 0, title: 1, runtime: 1})</code> películas que **rated** diferente de "UNRATED" (inclu
- Chapter 1: Replica Set Transactions @info:cursos:mongodbuniversity:m040
- una transacción * si afecta a más documentos, el desarrollador debería separarlo en lotes * hay ... que contemplar la recogida de las excepciones por el exceso de tiempo (error transitorio de la red, elección?) * Operaciones DDL (crear indice, borrar coleccion) -> bloqueo de transacciones en el "namespace" == Write Conflicts * si no se obti
- Chapter 1 : Introduction @info:cursos:mongodbuniversity:m001
- * Datasets * schema * documents * fields types: * int32 * double * string * date * Fields with Documents as Values * uso en índices ... er otro documento (que contiene sus campos) * Fields with Arrays as Values * Filters: * [[http... rators * geographical data * many functions / filtes * click+shift to select arround a point
- Chapter 0: An Introduction to the MongoDB 4.0 Release @info:cursos:mongodbuniversity:m040
- = Chapter 0: An Introduction to the MongoDB 4.0 Release == Welcome == Course logistics == Setup Virtual Machine for labs == Lab: Start Up a Replica Set
- MongoDB University
- extras * [[https://robomongo.org/]] == mongo shell * Usuarios: * ''db.getUsers()'' * ''db