Search⌘ K
AI Features

Introduction to Neo4j

Explore the basics of Neo4j property graphs, including how to use Cypher for querying and leverage the bolt_sips package to connect Elixir applications with Neo4j. Understand the role of property graphs and the Neo4j graph database in managing and querying semantic graph data effectively.

We'll cover the following...

We'll now turn our attention to property graphs. The property graph is perhaps the best-known data model for semantic graphs or graphs with an explicit information superstructure.

Property graphs—also known as labeled property graphs—are graphs in which both nodes and edges may be attributed properties, and nodes may be labeled for grouping.

A property graph
A property graph

Database

...