mongoDB
A NoSQL Database which stores "Documents" in "Collections" (instead of "Records" in "Tables" as in SQL).
- Store Application Data
- Enforces no Data Schema or Relations
- Easily connected to Node/Express
We get the data in Json format, but the actual data is stored in Bson.
You can store any type of data in any document. There's no strict schema.
Installation
choco install mongodb
ToDo
TODO Watch MongoDB Schema Design Best Practices (Private)
Children
Backlinks