+1 vote
in Mean Stack by

Define DATA modeling?

1 Answer

0 votes
by

Data modeling is a term used in the context of Mongoose and MongoDB. As the name suggests, data modeling refers to the process of creating a data model for the data at hand so it can be stored in a database. A data model is a conceptual representation of data objects, the relation among different data objects, and the rules that define those relations.

Data modeling helps to represent the data visually while also enforcing business rules, regulatory compliances, and government policies on the data. It is implemented to ensure consistency in naming conventions, default values, semantics, security, and quality of the data.

Related questions

0 votes
asked Dec 8, 2022 in Data Structures & Algorithms by Robin
+1 vote
asked Dec 6, 2022 in Data Structures & Algorithms by sharadyadav1986
...