Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-graphql domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114
How To Forward Engineer a Neo4j Database - SingerLinks

How To Forward Engineer a Neo4j Database

How To Forward Engineer A NodeEra Data Model

Video – How To Forward Engineer A NodeEra Data Model

A NodeEra data model consists of Node and Relationship Templates.  As you design these templates, you may specify Neo4j property constraints and indexes as a part of the design.  When you are satisfied with your design, you can generate cypher create statements for each constraint.  This is called “Forward Engineering”, i.e. generating database objects from the data model.

Create or Open a Project

You must have a project open in order to perform forward engineering.  To do this simply use the Project / Open Project to open an existing project file.

See the Project Overview Tutorial for an explanation of Project’s and what they can do.

Total
0
Shares
Previous Post

How To Create A Template Diagram

Next Post

NodeEra How To Videos

Related Posts