Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to TigerGraph APIs.
Schemas
TigerGraph graphs will be listed as schemas, allowing you to query multiple graphs using a single connection.
Views
Each vertex and edge contained within a graph will be modeled as a relational view, allowing you to write SQL to query TigerGraph data.
The following data types are not currently supported: List, Set, Map, and UDT (User Defined Types). Any attributes within a vertex or edge with these types will not be displayed as a column and thus they cannot be queried.
Stored Procedures
Stored Procedures are function-like interfaces to TigerGraph. They can be used to execute installed queries in TigerGraph.