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/cypher-workbench/pages/index.adoc
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,12 @@ Cypher Workbench (also known as Solutions Workbench) is a cloud based tool that
19
19
20
20
== Functionality Includes
21
21
22
-
* *Business Scenarios*. Used to capture questions and business problems. Provides the ability to start modeling based on your scenarios, and later link completed Cypher queries to the scenarios.
23
-
* *Model*. Used to create and edit graph models. Includes the ability to reverse engineer models from existing Neo4j databases and Cypher statements. Provides the ability for limited collaboration.
24
-
* *Cypher Suite*. Used to capture sets of related Cypher Statements. Statements can be validated against models. A rudimentary execution and debugging feature is also provided.
25
-
* *Cypher Builder*. Used to build Cypher statements graphically. MATCH statements can be built by clicking on nodes and relationships in the graph model. A rudimentary execution and debugging feature is also provided.
26
-
* *Databases*. Provides the ability to configure connections to Neo4j databases.
22
+
* *Business Scenarios*. Capture questions and business problems. Start modeling based on your scenarios, and link completed Cypher queries to the scenarios.
23
+
* *Model*. Create and edit graph models. Reverse engineer models from existing Neo4j databases and Cypher statements. Supports limited collaboration.
24
+
* *Cypher Suite*. Capture sets of related Cypher Statements. Statements can be validated against models and databases.
25
+
* *Reveal*. Run, debug, and explain Cypher execution visually.
26
+
* *Cypher Builder*. Build Cypher statements graphically. MATCH statements can be built by clicking on nodes and relationships in the graph model.
27
+
* *Databases*. Configure connections to Neo4j databases.
27
28
28
29
== Documentation
29
30
Documentation for this library is available link:https://help.neo4j.solutions/neo4j-solutions/cypher-workbench/[here].
0 commit comments