Create Nodes, Properties, and Edges

  1. The sample source file has been parsed to create input blocks which can be used to design the model. To create a Node, drag PassportNo in from the sample.json section of the Input tab.

  1. Once placed in the designer, select Node.

  1. Provide the Node with a Label of Person which can be selected from the list informed by the schema.

  1. To add a Property to your Node, select the Node to bring up the properties tab. Then select + New Property and provide a key of first_name (informed by the schema), a template of {FirstName} (informed by the source file) and type of String. Select the tick to confirm and you will see the number of properties your node has.

  1. To create an Edge, add another Node using CardNo and provide a label of Card. Now draw a connection between the two Nodes. The Edge will be created and by referencing the schema, it will automatically be populated with the value of HAS_CARD.

  1. Additional Properties can be added to the Edges as well as the Nodes in the same way as step 3.

Last updated