List of Figures
- 1-1 Simple Property Graph Example
- 1-2 Property Graph Architecture for Running Graph Queries
- 1-3 Property Graph Architecture for Running Graph Analytics
- 1-4 Graph Server (PGX) Design
- 1-5 Remote Server Mode
- 1-6 PGX as a Library
- 1-7 Enabling Accessibility in the Graph Visualization Application
- 3-1 Using SQL Developer to Create a SQL Property Graph
- 3-2 Visualizing GRAPH_TABLE Query
- 6-1 PGQL on SQL Property Graphs in Oracle Database
- 7-1
PROPERTY_GRAPH_METADATAGraph Design - 7-2 Financial Transactions Graph
- 8-1 Subgraph Visualization
- 8-2 Expanding a Subgraph
- 10-1 Creating a PG View in Jupyter Notebook
- 10-2 Running Graph Algorithms in Jupyter Notebook
- 10-3 Property Graph Support in SQL Developer
- 10-4 Create a Property Graph View
- 10-5 Running a PGQL INSERT Query
- 10-6 Running a PGQL SELECT Query
- 10-7 Dropping a Property Graph View
- 11-1 PGQL on Property Graph Views in Oracle Database
- 12-1 Graph Visualization Login
- 12-2 PGQL on Graph Server (PGX)
- 12-3 PGQL on Database
- 14-1 Edges Matching src.prop == 10
- 14-2 Graph Created by the Simple Filter
- 14-3 Edges Matching the outDegree Filter
- 14-4 Graph Created by the outDegree Filter
- 15-1 Pg2vec - Visualization of Two Similar Graphlets
- 16-1 Visualizing Unnesting of Variable-Length Path Queries
- 19-1 Query Visualization
- 19-2 Creating a PG View
- 19-3 Updating an Edge in a PG View
- 19-4 Deleting an Edge in a PG View
- 19-5 Querying a PG View
- 19-6 Dropping a PG View
- 19-7 GRAPH_TABLE Query on SQL Property Graph
- 19-8 Graph Visualization Settings Window
- 19-9 Highlights Options for Vertices
- 19-10 Geographical Layout
- 19-11 Setting Geographical Layout
- 19-12 Selecting the Coordinates for the Geographical layout
- 21-1 Configuring Load Balancer Details
- 21-2 Adding Backends to Load Balancer
- 21-3 Configuring a Listener for the Load Balancer
- 21-4 Enabling Session Persistence
- 23-1 Picking Strategy
- 23-2 Merging Strategy
- A-1 Phones Graph for Collaborative Filtering
- A-2 Creating a Property Graph Object
- A-3 Updating a Property Graph Object
- A-4 Running a PGQL SELECT Query
- A-5 Dropping a Property Graph Object
- A-6 PGQL on Property Graph Schema Tables in Oracle Database (RDBMS)