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.
We'll cover the following...
We'll cover the following...
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
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 ...