You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/data-modeling/data-modeling-tools.adoc
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
:cross-mark: icon:times[]
11
11
12
12
Neo4j offers a range of no-code tools to get you started with data modeling.
13
-
The available options are described here.
13
+
Available options are here listed.
14
14
15
15
== Neo4j Data Importer
16
16
@@ -22,7 +22,7 @@ You can access it:
22
22
* Via *Import* in link:https://neo4j.com/product/auradb/?ref=docs-nav-get-started[Neo4j Aura].
23
23
* 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].
24
24
25
-
For more information, refer to the link:{docs-home}/data-importer/current/modeling[Neo4j Data Importer -> Data modeling].
25
+
For more information, refer to link:{docs-home}/data-importer/[Neo4j Data Importer's documentation].
26
26
27
27
== Arrows.app
28
28
@@ -47,18 +47,14 @@ It combines no-code visual solutions as the ones available in link:https://arrow
47
47
48
48
With this platform, you can:
49
49
50
-
* Create a data model from scratch or import data from from JSON files.
50
+
* Create a data model from scratch or import data from JSON files.
51
51
* Reverse-engineer data models from existing Neo4j databases.
52
52
* Use Cypher statements to augment the current data model, including node labels, relationship types, and properties.
53
53
* Validate your model (naming conventions, constraints, data, common mistakes, etc).
54
54
* Use a business scenarios tool for capturing questions and scenarios of use cases.
55
55
* Import scenarios from Excel, Google Sheets, or plain text.
56
56
57
-
To install it:
58
-
59
-
* Check out the code from the link:https://github.com/neo4j-labs/cypher-workbench[GitHub Repository].
60
-
* Ensure that you have Node.js on your machine.
61
-
* Follow the instructions in the Cypher Workbench project README or refer to the link:https://help.neo4j.solutions/neo4j-solutions/cypher-workbench/[documentation].
57
+
For instructions on how to install it, refer to link:https://help.neo4j.solutions/neo4j-solutions/cypher-workbench/installation/[Cypher Workbench's documentation].
0 commit comments