Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions modules/cypher-workbench/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ Cypher Workbench (also known as Solutions Workbench) is a cloud based tool that

== Functionality Includes

* *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.
* *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. 
* *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.
* *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.
* *Databases*. Provides the ability to configure connections to Neo4j databases.
* *Business Scenarios*. Capture questions and business problems. Start modeling based on your scenarios, and link completed Cypher queries to the scenarios.
* *Model*. Create and edit graph models. Reverse engineer models from existing Neo4j databases and Cypher statements. Supports limited collaboration. 
* *Cypher Suite*. Capture sets of related Cypher Statements. Statements can be validated against models and databases.
* *Reveal*. Run, debug, and explain Cypher execution visually.
* *Cypher Builder*. Build Cypher statements graphically. MATCH statements can be built by clicking on nodes and relationships in the graph model.
* *Databases*. Configure connections to Neo4j databases.

== Documentation
Documentation for this library is available link:https://help.neo4j.solutions/neo4j-solutions/cypher-workbench/[here].
Expand Down