JavaStandalone

JDBC Property Graph

Plain JDBC sample for building and querying a SQL property graph in Oracle AI Database.

Property Graph#Graph#Java
What this sample helps you learn

This module demonstrates a small Oracle AI Database property graph sample over JDBC:

What this sample demonstrates

Property Graph

Runnable Property Graph behavior on Oracle AI Database.

Use when Property Graph needs to be tested against real database behavior.

Highlights

  • PERSONS is the vertex table
  • FRIENDSHIPS is the edge table
  • SOCIAL_GRAPH is queried with SQL GRAPH_TABLE
  • create relational tables for a graph-shaped data model