Skip to content

Create MongoDB#39

Open
Gaunacamila wants to merge 1 commit intoNormanPerrin:masterfrom
Gaunacamila:patch-5
Open

Create MongoDB#39
Gaunacamila wants to merge 1 commit intoNormanPerrin:masterfrom
Gaunacamila:patch-5

Conversation

@Gaunacamila
Copy link
Contributor

MongoDB toma2

MongoDB   toma2
Copy link
Owner

@NormanPerrin NormanPerrin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gracias @Gaunacamila !
Te dejé algunos comentarios. Son preguntas que me surgieron al leer la documentación.


* Permite guardar documentos en formato JSON.
* Tiene esquema flexible (osea que podemos cambiar la estructura de nuestros documentos sin problema)
* MongoDB está preparado para escalar fácilmente de manera horizontal
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qué significaría escalar de manera horizontal? cómo se diferencia de otras bases de datoss?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exacto !
También no quiero meter información irrelevante

<crear o insertar imagen de estructura>

Los documentos se representan por pares de CLAVE (nombre del campo) y VALOR (valor del campo).
-Los nombres de los campos siempre son cadenas de textos
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Diría, nombres de las claves.


Los documentos se representan por pares de CLAVE (nombre del campo) y VALOR (valor del campo).
-Los nombres de los campos siempre son cadenas de textos
-Los valores pueden ser : String ,Number , Array ,BOolean etc.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Objeto, o documento, es otro tipo de dato importante a mostrar.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

También ObjectId

-Los nombres de los campos siempre son cadenas de textos
-Los valores pueden ser : String ,Number , Array ,BOolean etc.

Configurar el ambiente de MongoDB :
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vamos a usar una solución en la "nube", como Atlas o Heroku. Así que no haría falta la config local por ahora

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants