Set up a Graph Service

Learn how to define graph and query APIs for the PropertyGraph module.

Graph service

We can do graph management of our Neo4j instance using Cypher queries over Bolt.Sips to add and delete graphs. Ideally though, we’d like to bring this under our common graph services API so that we can operate at a higher level of abstraction, which will make for less context switching when swapping between graph services.

Let’s set up a graph service for our PropertyGraph project now:

Get hands-on with 1200+ tech skills courses.