Let's jump into our second episode of the low-code video collection
The use-case
While the first episode was just interacting with a single node and updating one of the properties based on a specific condition, this second example demonstrates how you can automate some nodes and relationships creation. It is actually filling the graph with additional data. In this case we want to create a note related to a software whenever the URL property of the software is changed. It involves using the dataService part of our API which allows you to do anything you want in the graph. It is basically designed to let you create nodes and relationships with the control of the existing datamodel (you cannot create nodes with nodetypes that don't exist in your datamodel).
The Video !
The following video shows you how to :
- attach a method to a node event
- check a specific change in a software update
- create a Note node
- create a relationship between the note and the software
Enjoy !