Skip to content

Neo4J Concepts

  • Nodes - represent entities of a domain.
  • Labels - shape the domain by grouping nodes into sets.
  • Relationships - connect two nodes.
  • Properties - named values that add qualities to nodes and relationships.

Graph database concepts - Getting Started