se

Cerca

Heus ací els resultats de la cerca.

Chapter 2 : The MongoDB Query Language + Atlas @info:cursos:mongodbuniversity:m001
66 Resultats, Darrera modificació:
windows * download center * instalar MongoDB Server versión enterprise (soporte SSL?) para acceder a Atlas Cluster * ''c:\Program Files\MongoDB\Server\3.4'' * ''mongo --nodb'' -> ''quit()'' ===... 0-shard-00-02-jxeqq.mongodb.net:27017/test?replicaSet=Cluster0-shard-0" --authenticationDatabase admin
Chapter 3: Deeper Dive on the MongoDB Query Language @info:cursos:mongodbuniversity:m001
32 Resultats, Darrera modificació:
pueden existir campos a NULL o no existir, ambos serán tratados igual === ejemplos películas que tienen el campo **mppaRating** (se podría hacer lo contrario cambiando a **false** <code javascript>db.moviesDetails.find({mpaaRating: {... anterior es equivalente a esta otra (por defecto se usa un AND en las búsquedas): <code javascript>db
Chapter 1: Replica Set Transactions @info:cursos:mongodbuniversity:m040
25 Resultats, Darrera modificació:
= Chapter 1: Replica Set Transactions == introduction * snapshot isolation * all-or-nothing execut... * transacciones funcionan a través de los replica sets * entre shared clusters a partir de MongoDB... uede retirar snapshots y abortar transacciones si se llega a los límites * tecnología de snapshots para asegurar las transacciones * MongoDB tira atrás cua
MongoDB University
6 Resultats, Darrera modificació:
g/]] == mongo shell * Usuarios: * ''db.getUsers()'' * ''db.createUser()'' * ''db.dropUser()'' * BDD/Colecciones * ''show dbs'' * ''use <db>'' * ''show collections'' == mongo URI
Chapter 1 : Introduction @info:cursos:mongodbuniversity:m001
4 Resultats, Darrera modificació:
oduction * Compass -> GUI for MondoDB * Database names : collections and documents * collectio... ts / objects ≅ registros * namespace = <database>.<collection> * Datasets * schema * documents * fields types: * int32 * dou... 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
4 Resultats, Darrera modificació:
hapter 0: An Introduction to the MongoDB 4.0 Release == Welcome == Course logistics == Setup Virtual Machine for labs == Lab: Start Up a Replica Set