View on GitHub

reading-notes-401

Read 03 ~ Data Modeling & NoSQL Databases

By Abdallah obaid

NAME URL
Home Home.
Prep Prep: Engineering Topics.
Read 01 Node Ecosystem, TDD, CI/CD.
Read 02 Classes, Inheritance, Functional.
Read 03 Data Modeling & NoSQL Databases.
Read 04 Advanced Mongo/Mongoose.
Read 05 Linked Lists.
Read 06 HTTP and REST.
Read 07 Express.
Read 08 Express Routing & Connected API.
Read 09 API Server.
Read 10 Stacks and Queues.
Read 11 Authentication.
Read 12 OAuth.
Read 13 Bearer Authorization.
Read 14 Access Control (ACL).
Read 15 Trees.
Read 16 Event Driven Applications.

Data Modeling & NoSQL Databases:-


## why would a developer choose to make data models?

  1. Ensures that all data objects required by the database are accurately represented.
  2. Provides a clear picture of the base data and can be used by database developers to.
  3. It is also helpful to identify missing and redundant data.

## What purpose do CRUD operations serve?

## What kind of database is Postgres? What kind of database is MongoDB? *postgres is a tabular relational database (sql) and mongoDb is not atabular relational database (no-sql)

## What is Mongoose and why do we need it?

## Database:

## Data model:

## CRUD:

## schema:

## Database schema:

## Sanitize:

## Structured Query Language (SQL):

## Non SQL (NoSQL):

## MongoDB:

## mongoose:

## Record:

## Document:

## Object-relational mapping:

npm