Graphs

property graph

The data model Neo4j implements, in which nodes and relationships both carry properties as well as labels and types.

Example

Tom Hanks acted in Toy Story, and John Lasseter directed it.

The (:Person) node carries a born property alongside its label. The [:ACTED_IN] relationship carries a role property alongside its type. [:DIRECTED] carries no properties at all, which is allowed; going without a type is not.

Lessons that use this term

The lesson and course links below open in a new tab.

8 lessons use this term. Results are ordered by term density.

Introduction to Neo4j & GraphQL7 mentions

  • GraphQL Type DefinitionsGraphQL QueriesNeo4j GraphQL library maps GraphQL type definitions to the equivalent property graph data model in Neo4j to generate a single Cypher query to resolve an arbitrary GraphQL3 mentions
  • GraphQL QueriesGraphQL Queriesuses the convention of mapping GraphQL types to Neo4j node labels in the property graph2 mentions
  • GraphQL RelationshipsGraphQL Queriesdefinitions in the GraphQL Toolbox to capture the relationships present in the property graph model above1 mention
  • Introduction To GraphQLSetup and Course OverviewThe Neo4j DBMS The property graph data model The Cypher statement language Language drivers using the Bolt protocol for building applications Graph1 mention

Introduction to Graph Databases Workshop1 mention

  • What is Neo4j?Graph Databasesuses the graph structure to store data and is known as a labeled property graph1 mention

Zero to Production Hands-On Workshop1 mention

  • What is Neo4j?Graph Databasesuses the graph structure to store data and is known as a labeled property graph1 mention

Neo4j Fundamentals1 mention

  • What is Neo4j?Graph Thinkinguses the graph structure to store data and is known as a labeled property graph1 mention

Path Finding with GDS1 mention

  • Weighted Shortest PathsUsing the Graph Data Science librarya property graph, relationships can have properties assigned to1 mention

All glossary terms