Search⌘ K
AI Features

PropertyGraph Project

Explore how to build and manage a property graph project in Elixir using Neo4j and the bolt_sips driver. Understand how to configure connections, set up supervision trees, and execute Cypher queries to interact with property graphs efficiently.

Let’s try querying some property graphs.

Things we need

We'll need a couple of things. We'll need a database and a database driver.

For the database, we'll use Neo4j, which is an ACIDAtomicity, Consistency, Isolation, and Durability-compliant transactional graph database for the property graph model developed by Neo4j, Inc.

For the database driver, we’ll use the bolt_sips package. We want to create a new project under our umbrella app. Let’s call this project ...