Neo4J Components
Nodes
Labels
Properties
Relationships
Unlike MySQL, you don't create Tables / Schemas first. You start creating the actual Node (Datapoint).
Node
Label
Label every node. Nodes without Labels are not useful.
Remember Algebra? we always find x? Why it's always x?
In the same way, in Neo4J, the node is called n.
Properties
Relationships
Create relationships
Create a relationship between the existing nodes
Create a relationship with labels and properties
Last updated