Skip to content

Commit cab9f25

Browse files
Apply suggestions from code review
Co-authored-by: Jessica Wright <[email protected]>
1 parent 114b530 commit cab9f25

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
:cross-mark: icon:times[]
1111

1212
Neo4j offers a range of no-code tools to get you started with data modeling.
13-
Find here the available options.
13+
The available options are described here.
1414

1515
== Neo4j Data Importer
1616

1717
image::data-importer-1.png[600,600,role="popup-link"]
1818

19-
Besides being a tool for xref:data-import/index.adoc[data importing], you can use Neo4j Data Importer to sketch out a graph model and map your input data to its structure and properties.
19+
Besides being a tool for xref:data-import/index.adoc[importing data], you can use Neo4j Data Importer to sketch a graph model and map your data to it.
2020
You can access it:
2121

22-
* Via the *Import* tab in link:https://neo4j.com/product/auradb/?ref=docs-nav-get-started[Neo4j Aura].
22+
* Via *Import* in link:https://neo4j.com/product/auradb/?ref=docs-nav-get-started[Neo4j Aura].
2323
* As a standalone version link:https://data-importer.neo4j.io/[with secure connection only] or link:https://data-importer.graphapp.io/[with both secure and insecure connections].
2424

2525
For more information, refer to the link:{docs-home}/data-importer/current/modeling[Neo4j Data Importer -> Data modeling].
@@ -29,13 +29,13 @@ For more information, refer to the link:{docs-home}/data-importer/current/modeli
2929
image::northwind-graph-model.png[600,600,role="popup-link"]
3030

3131
link:https://arrows.app[Arrows.app] is a no-code visualization platform which allows whiteboarding ideas into a graph model.
32-
It is ideal for making a sketch of a graph, especially if you want to design a domain model for your data.
32+
It is ideal for designing a domain model for your data.
3333

3434
With this platform, you can:
3535

3636
* Draft your own whiteboard from scratch or import data from JSON files and plain text.
3737
* Create, modify, and delete nodes and relationships with their labels and properties without writing any code.
38-
* Export the visualization model as Cypher statements, so you can load the same data model into a Neo4j database.
38+
* Export the visualization as a Cypher statement and load it into a Neo4j database.
3939

4040
[role=label--labs]
4141
== Cypher Workbench
@@ -62,14 +62,14 @@ To install it:
6262

6363
== Other tools
6464

65-
Here is a list of other non-Neo4j tools that can be used for data modeling:
65+
There are other non-Neo4j tools that can be used for data modeling:
6666

6767
* link:https://mermaid.live/[Mermaid]: general data modeling tool (not specifically for graph databases), based on Markdown.
6868
Ideal for documenting modeling strategies.
6969
* link:https://plantuml.com/[PlantUML]: application for creating diagrams from plain text.
70-
Works better with version control rather than first model design.
70+
This is more for version control than model design.
7171
* link:https://hackolade.com/[Hackolade]: a tool to design, document, and communicate data models and schemas.
72-
Built to support data modeling of Neo4j node labels and relationship types.
72+
Built to support the kind of data modeling specific to Neo4j with node labels and relationship types.
7373

7474
== Tools comparison
7575

@@ -97,7 +97,7 @@ Built to support data modeling of Neo4j node labels and relationship types.
9797

9898
| PlantUML
9999
| {check-mark}
100-
| PUML,JSON
100+
| PUML, JSON
101101
| PNG, SVG, LaTeX format and ASCII art diagrams
102102

103103
| Mermaid

0 commit comments

Comments
 (0)