PropertyGraph Project

Learn how to create the PropertyGraph module and set up the Neo4j database connection using bolt_sips.

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 PropertyGraph.

Creating project

Follow the usual steps for creating the new project PropertyGraph:

Get hands-on with 1200+ tech skills courses.