PropertyGraph Project
Learn how to create the PropertyGraph module and set up the Neo4j database connection using bolt_sips.
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 ...