Skip to content

Commit 3b8a162

Browse files
authored
Addition of interactive decision chart (#484) (#485)
* Adding interactive decision chart in import section index * fix * restore * fixing wrong title for image
1 parent bf5d5ec commit 3b8a162

File tree

7 files changed

+110
-8
lines changed

7 files changed

+110
-8
lines changed

modules/ROOT/images/import-data-chart.svg

Lines changed: 86 additions & 0 deletions
Loading

modules/ROOT/images/import-data-charts.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/ROOT/images/relational-graph-model-arr.svg

Lines changed: 20 additions & 0 deletions
Loading

modules/ROOT/images/relational_graph_model-arr.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

modules/ROOT/pages/appendix/graphdb-concepts/graphdb-vs-rdbms.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In the above relational example, we search the Person table on the left (potenti
7474
Now we know that Alice is part of the 4Future, P0815, and A42 departments.
7575

7676
.Graph - Alice and three departments as nodes
77-
image::relational_graph_model-arr.svg[role="popup-link",width=350]
77+
image::relational-graph-model-arr.svg[role="popup-link",width=350]
7878

7979
In the above graph version, we have a single node for Alice with a label of Person.
8080
Alice belongs to 3 different departments, so we create a node for each one and with a label of Department.
@@ -163,4 +163,4 @@ For more information, you can visit our pages for https://neo4j.com/developer/la
163163
== Resources
164164
* https://neo4j.com/resources/rdbms-developer-graph-white-paper/[Free eBook: Relational to Graph^]
165165
* https://dzone.com/refcardz/from-relational-to-graph-a-developers-guide[DZone Refcard: From Relational to Graph^]
166-
* https://neo4j.com/developer/data-modeling/[Data Modeling: Relational to Graph]
166+
* https://neo4j.com/developer/data-modeling/[Data Modeling: Relational to Graph]

modules/ROOT/pages/data-import/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Neo4j provides different tools for link:https://www.neo4j.com/docs/import[importing] data stored in various formats, e.g. .csv, .tsv, and .json.
1313
Depending on the kind of data you are working with, there are different options to choose from, as shown in the diagram:
1414

15-
image::import-data-charts.svg[Decision chart with options to import data to Neo4j,width=600,role=popup]
15+
image:import-data-chart.svg[Decision chart with options to import data to Neo4j,opts=interactive]
1616

1717
[TIP]
1818
====

modules/ROOT/pages/data-modeling/relational-to-graph-modeling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The steps to help you with the transformation of a relational diagram are listed
5858
If you apply the items in the list above to our example finding Alice's departments, we can come to a graph like the one shown below.
5959

6060
.Graph - Alice and three departments as nodes
61-
image::relational_graph_model-arr.svg[role="popup-link",width=350]
61+
image::relational-graph-model-arr.svg[role="popup-link",width=350]
6262

6363
Though the two models have similarities such as categorizing data by using either a table structure or a label, the graph model does not confine data to a pre-defined and strict table/column layout.
6464
We will look at another example in the next section.

0 commit comments

Comments
 (0)