Data Model
Overview
This section covers how the adapter exposes your graph database, and provides more information on executing SQL to APIs.
Key Features
- The adapter models graph node labels and relationships as relational views, allowing you to write SQL to query data.
- Stored procedures allow you to execute operations to .
- Live connectivity to these objects means any changes to your account are immediately reflected when using the adapter.
Modeling Node Graphs
Modeling Node Graphs details how node labels and relationships are exposed as views, as well as how properties are surfaced as columns.
Node and Relationship Filtering
The adapter supports filtering which node labels and relationships are modeled as views. See Filtering Nodes and Relationships for more information.