November 2022
Intermediate to advanced
294 pages
5h 58m
English
OK, enough of the theory. Let’s try querying some property graphs for real. We’re going to need a couple of things: a database and a database driver.
PropertyGraph Project/Database Setup | |
|---|---|
|
|
See Appendix 1, Project Setups, for details on retrieving a working project with code and data. And see Appendix 2, Database Setups, for help on setting up a local copy of Neo4j. |
For the database driver, we’ll use the bolt_sips package. We’ll want to create a new project under our umbrella app. Let’s call this project PropertyGraph. (See the bolt_sips project for detailed installation instructions.[29])
Follow the ...