Skip to content

Commit 512b15d

Browse files
authored
Addition of interactive decision chart (#484)
* Adding interactive decision chart in import section index * fix * restore * fixing wrong title for image
1 parent 843b082 commit 512b15d

File tree

8 files changed

+111
-9
lines changed

8 files changed

+111
-9
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
@@ -19,7 +19,7 @@
1919
Neo4j provides different tools for link:https://www.neo4j.com/docs/import[importing] data stored in various formats, e.g. .csv, .tsv, and .json.
2020
Depending on the kind of data you are working with, there are different options to choose from, as shown in the diagram:
2121

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

2424
[TIP]
2525
====

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The steps to help you with the transformation of a relational diagram are listed
5959
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.
6060

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

6464
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.
6565
We will look at another example in the next section.

modules/ROOT/pages/data-modeling/versioning.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Versioning
22
:description: See what options of graph data model versioning are commonly used in combination with Neo4j.
33

4-
Every time you xref:data-modeling/graph-model-refactoring.adoc[refactor] your data model, you create new versions of it.
4+
Every time you xref:data-modeling/tutorial-refactoring.adoc[refactor] your data model, you create new versions of it.
55
Tracking changes in the data structure or showing a current and past value can be valuable for auditing purposes, trend analysis, etc.
66
This page gives an overview of the different ways you could model data in order to keep track of changes over time.
77

0 commit comments

Comments
 (0)