12 Using the Autonomous AI Database Graph Client in OCI Data Science Notebooks
You can use the AdbGraphClient API in your Oracle Cloud
Infrastructure (OCI) Data Science Notebook to access Graph Studio features in Autonomous AI Database programmatically using the Oracle Graph
Python Client.
This API provides the following capabilities:
- Authenticate with Autonomous AI Database
- Manage the Graph Studio environment
- Execute graph queries and algorithms against the graph server (PGX)
- Execute graph queries directly against the database
Also, prior to using the Autonomous AI Database
Graph Client, ensure you meet all the prerequisite requirements explained in Prerequisites for Using Autonomous AI Database Graph Client.
The following example shows using the
AdbGraphClient
API to establish a connection to Graph Studio, start an environment with allocated
memory, load a SQL property graph into the graph server (PGX) memory, execute PGQL
queries and run algorithms against the graph.
Parent topic: SQL Property Graphs

