Notice: Function wpdb::prepare was called incorrectly. The query does not contain the correct number of placeholders (6) for the number of arguments passed (4). Please see Debugging in WordPress for more information. (This message was added in version 4.8.3.) in /var/www/wp-includes/functions.php on line 6031

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