Core Functions
Core functions allow you to use the following core features of the TigerGraph database through pyTigerGraph:
-
Managing secrets and securing your connection to TigerGraph instances
-
Retrieving graph schema
-
Run loading jobs
-
Upserting vertices and edges
-
Installing and running queries
-
Executing GSQL code
-
Retrieve version and license information
You can use both the synchronous TigerGraphConnection
and the asynchronous AsyncTigerGraphConnection
classes to interact with the core functions.
Core functions are divided into the following categories: