@@ -38,14 +38,16 @@ Bring Your Relational Workloads to MongoDB With Confidence
38
38
39
39
.. step:: Visualize Source and Destination Schemas
40
40
41
- Use the entity-relationship style diagramming interface
41
+ Use the entity-relationship style :ref:` diagramming interface <rm-diagrams>`
42
42
to visualize your schema and make schema mapping decisions.
43
43
44
44
.. step:: Customize While Migrating
45
45
46
46
Split or merge tables across collections.
47
- Embed a table as a nested document or array in an existing collection.
48
- Define custom JavaScript expressions to create additional fields.
47
+ Embed a table as a :ref:`nested document <rm-embedded-documents>`
48
+ or :ref:`array <rm-embedded-array>` in an existing collection.
49
+ Define :ref:`custom JavaScript expressions <rm-calculated-fields>`
50
+ to create additional fields.
49
51
50
52
.. image:: /img/tab1img.png
51
53
:alt: Mapping and Modelling
@@ -58,8 +60,8 @@ Bring Your Relational Workloads to MongoDB With Confidence
58
60
.. step:: Get Suggested Schema Recommendations
59
61
60
62
Accelerate your schema mapping by asking Relational
61
- Migrator to suggest a MongoDB schema for your workload,
62
- or start with a blank slate.
63
+ Migrator to :ref:` suggest a MongoDB schema <rm-new-rules-from-mappings>`
64
+ for your workload, or start with a blank slate.
63
65
64
66
.. step:: Apply your Mapping Rules
65
67
@@ -81,8 +83,8 @@ Bring Your Relational Workloads to MongoDB With Confidence
81
83
82
84
.. step:: Transform Data as Its Replicated
83
85
84
- Use the saved mapping definitions to transform data to
85
- the MongoDB schema as it's replicated.
86
+ Use the saved :ref:` mapping definitions <rm-mapping-rules>`
87
+ to transform data to the MongoDB schema as it's replicated.
86
88
Replication can be one time or continuous.
87
89
88
90
.. image:: /img/tab3img.png
@@ -95,15 +97,14 @@ Bring Your Relational Workloads to MongoDB With Confidence
95
97
96
98
.. step:: Pick a Language and Template
97
99
98
- Support for popular enterprise languages
99
- including C#, Java, JavaScript, JSON, and multiple
100
- template frameworks.
100
+ Support for popular enterprise languages including C#, Java,
101
+ JavaScript, JSON, and :ref:`multiple template frameworks <rm-code-generation-templates>`.
101
102
102
103
.. step:: Automatically Generate Application Code
103
104
104
105
Use information about the new schema to accelerate
105
- development of new code. Includes code generation of entity
106
- classes, persistence layers, and APIs.
106
+ :ref:` new code development <rm-download-all- code-files>`.
107
+ Includes code generation of entity classes, persistence layers, and APIs.
107
108
108
109
.. image:: /img/tab4img.png
109
110
:alt: Convert your Application Code
@@ -145,7 +146,6 @@ Explore libraries and tools for MongoDB.
145
146
:titlesonly:
146
147
:hidden:
147
148
148
- /introduction
149
149
/migration-scenarios
150
150
/installation
151
151
/projects/projects
0 commit comments