Skip to content

Commit deaa59b

Browse files
updated banner
1 parent 5e254f6 commit deaa59b

File tree

14 files changed

+43
-38
lines changed

14 files changed

+43
-38
lines changed
5.14 KB
Loading

asciidoc/courses/importing-relational-to-graph/illustration.svg

Lines changed: 32 additions & 28 deletions
Loading

asciidoc/courses/importing-relational-to-graph/modules/1-foundation/lessons/2-prerequisites/lesson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@ include::questions/1-best-solution.adoc[leveloffset=+1]
361361

362362
In this lesson, you explored some of the approaches for importing data.
363363

364-
In the next lesson, you will explore some tools you can use to import data into Neo4j.
364+
In the next lesson, you will explore some tools you can use to import data into Neo4j.

asciidoc/courses/importing-relational-to-graph/modules/1-foundation/lessons/2-prerequisites/questions/1-best-solution.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ The right solution will depend on what you are trying to achieve.
1818
====
1919
The statement is False - there is no one best solution for importing data into Neo4j.
2020
Ultimately, how you import data into Neo4j will depend on your specific requirements.
21-
====
21+
====

asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/1-aura-setup/lesson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ include::questions/1-data-quality.adoc[leveloffset=+1]
111111

112112
In this lesson, you learned the importance of understanding the source data before importing it into Neo4j.
113113

114-
In the next lesson, you will explore the implications of the graph data model you will implement during the import.
114+
In the next lesson, you will explore the implications of the graph data model you will implement during the import.

asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/2-extracting-data/lesson.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ include::questions/1-data-model.adoc[leveloffset=+1]
152152

153153
In this lesson, you explored how the data model influences how you import data into Neo4j.
154154

155-
In the next optional challenge, you will import your own data into Neo4j.
155+
In the next optional challenge, you will import your own data into Neo4j.

asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/2-extracting-data/questions/1-data-model.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Neo4j is _schema-optional_ and allows you to create data without a predefined sc
1616
.Solution
1717
====
1818
The statement is False - You create the data model as you import data into Neo4j.
19-
====
19+
====

asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/3-importing-nodes/questions/1-requirements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ To create nodes using Data Importer, you must:
2525
* Set a unique identifier for each node.
2626
2727
You do not *have* to update any property names.
28-
====
28+
====

asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/4-creating-relationships/lesson.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Creating Relationships
2-
:order: 3
2+
:order: 5
33
:type: lesson
44

55
In the previous lesson, you learned how to create nodes using the Data Importer. In this lesson, you will learn how to create relationships between nodes.
@@ -184,4 +184,4 @@ In this lesson, you learned how to create relationships in the Data Importer by:
184184
* Mapping ID columns to link nodes
185185
* Adding relationship properties
186186

187-
In the next lesson, you will learn how to handle complex data scenarios during import.
187+
In the next lesson, you will learn how to handle complex data scenarios during import.

asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/4-handling-complex-data/lesson.adoc renamed to asciidoc/courses/importing-relational-to-graph/modules/3-importing/lessons/5-handling-complex-data/lesson.adoc

File renamed without changes.

0 commit comments

Comments
 (0)