Skip to content

Commit e25b554

Browse files
authored
DOCSP-49445-relational-to-document-model-card (#12238) (#12315)
* DOCSP-49445-relational-to-document-model-card * DOCSP-49445-relational-to-document-model-card * DOCSP-49445 removing tutorial-getting-started
1 parent da9bbdc commit e25b554

File tree

15 files changed

+60
-0
lines changed

15 files changed

+60
-0
lines changed

content/manual/manual/source/core/schema-validation.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ Schema Validation
2020
:depth: 1
2121
:class: singlecol
2222

23+
.. dismissible-skills-card::
24+
:skill: Relational to Document Model
25+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
26+
2327
Schema validation lets you create validation rules for your fields, such
2428
as allowed data types and value ranges.
2529

content/manual/manual/source/data-modeling.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Data Modeling
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. dismissible-skills-card::
16+
:skill: Relational to Document Model
17+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
18+
1519
Data modeling refers to the organization of data within a database and
1620
the links between related entities. Data in MongoDB has a
1721
**flexible schema model**, which means:

content/manual/manual/source/data-modeling/concepts/embedding-vs-references.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Embedded Data Versus References
1414
:depth: 2
1515
:class: singlecol
1616

17+
.. dismissible-skills-card::
18+
:skill: Relational to Document Model
19+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
20+
1721
Effective data models support your application's needs. One key decision
1822
for your schema design is whether to :ref:`embed data
1923
<data-modeling-embedding>` or :ref:`use references

content/manual/manual/source/data-modeling/schema-design-process.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Designing Your Schema
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. dismissible-skills-card::
16+
:skill: Relational to Document Model
17+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
18+
1519
The schema design process helps you prepare an effective schema for your
1620
application. Following the schema design process helps you identify what
1721
data your application needs and how to best organize your data to

content/manual/manual/source/data-modeling/schema-design-process/map-relationships.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Map Schema Relationships
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. dismissible-skills-card::
16+
:skill: Relational to Document Model
17+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
18+
1519
When you design your schema, consider how your application needs to query and
1620
return related data. How you map relationships between data entities affects
1721
your application's performance and scalability.

content/manual/manual/source/reference/operator/aggregation/lookup.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ $lookup (aggregation)
1414
:depth: 2
1515
:class: singlecol
1616

17+
.. dismissible-skills-card::
18+
:skill: Relational to Document Model
19+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
20+
1721
Definition
1822
----------
1923

content/manual/v6.0/source/core/schema-validation.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Schema Validation
1313
:depth: 1
1414
:class: singlecol
1515

16+
.. dismissible-skills-card::
17+
:skill: Relational to Document Model
18+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
19+
1620
Schema validation lets you create validation rules for your fields, such
1721
as allowed data types and value ranges.
1822

content/manual/v6.0/source/data-modeling.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Data Models
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. dismissible-skills-card::
14+
:skill: Relational to Document Model
15+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
16+
1317
Data in MongoDB has a *flexible schema*. :term:`Collections
1418
<collection>` do not enforce :term:`document` structure by default. This
1519
flexibility gives you data-modeling choices to match your application

content/manual/v6.0/source/reference/operator/aggregation/lookup.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ $lookup (aggregation)
1414
:depth: 2
1515
:class: singlecol
1616

17+
.. dismissible-skills-card::
18+
:skill: Relational to Document Model
19+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
20+
1721
Definition
1822
----------
1923

content/manual/v7.0/source/core/schema-validation.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Schema Validation
1313
:depth: 1
1414
:class: singlecol
1515

16+
.. dismissible-skills-card::
17+
:skill: Relational to Document Model
18+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
19+
1620
Schema validation lets you create validation rules for your fields, such
1721
as allowed data types and value ranges.
1822

content/manual/v7.0/source/data-modeling.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Data Modeling
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. dismissible-skills-card::
16+
:skill: Relational to Document Model
17+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
18+
1519
Data modeling refers to the organization of data within a database and
1620
the links between related entities. Data in MongoDB has a
1721
**flexible schema model**, which means:

content/manual/v7.0/source/data-modeling/concepts/embedding-vs-references.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Embedded Data Versus References
1414
:depth: 2
1515
:class: singlecol
1616

17+
.. dismissible-skills-card::
18+
:skill: Relational to Document Model
19+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
20+
1721
Effective data models support your application's needs. One key decision
1822
for your schema design is whether to :ref:`embed data
1923
<data-modeling-embedding>` or :ref:`use references

content/manual/v7.0/source/data-modeling/schema-design-process.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Designing Your Schema
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. dismissible-skills-card::
16+
:skill: Relational to Document Model
17+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
18+
1519
The schema design process helps you prepare an effective schema for your
1620
application. Following the schema design process helps you identify what
1721
data your application needs and how to best organize your data to

content/manual/v7.0/source/data-modeling/schema-design-process/map-relationships.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Map Schema Relationships
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. dismissible-skills-card::
16+
:skill: Relational to Document Model
17+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
18+
1519
When you design your schema, consider how your application needs to query and
1620
return related data. How you map relationships between data entities affects
1721
your application's performance and scalability.

content/manual/v7.0/source/reference/operator/aggregation/lookup.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ $lookup (aggregation)
1414
:depth: 2
1515
:class: singlecol
1616

17+
.. dismissible-skills-card::
18+
:skill: Relational to Document Model
19+
:url: https://learn.mongodb.com/skills?openTab=data%20modeling
20+
1721
Definition
1822
----------
1923

0 commit comments

Comments
 (0)