Java Standalone

JDBC Property Graph

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

#Graph#Java
What this sample helps you learn

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

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