Skip to content

Commit

Permalink
Added Reveal to functionality list; minor text edits (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Monk <eric.monk@neo4j.com>
  • Loading branch information
ericmonk and Eric Monk authored Jan 8, 2025
1 parent eccf054 commit 0df6dda
Showing 1 changed file with 6 additions and 5 deletions.
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

0 comments on commit 0df6dda

Please sign in to comment.