Part V Using the Graph Server (PGX)
The graph server (PGX) of Oracle Graph supports a set of analytical functions.
Note:
You can only load property graph views into the graph server (PGX). Loading SQL property graphs into the graph server (PGX) is not supported.This part describes the following:
- Developing Applications with Graph Analytics
In order to run graph algorithms, the graph application connects to the graph server (PGX) in the middle tier, which in turn connects to the Oracle Database. - Using the Machine Learning Library (PgxML) for Graphs
The graph server (PGX) provides a machine learning libraryoracle.pgx.api.mllib
, which supports graph-empowered machine learning algorithms. - Executing PGQL Queries Against the Graph Server (PGX)
This section describes the Java APIs that are used to execute PGQL queries in the graph server (PGX). - REST Endpoints for the Graph Server