Data Architecture¶
Overview¶
The Data Architecture module is a fundamental component of the Noctis project, focusing on defining and managing the structure of graph data. This module provides essential data models and containers for representing nodes, relationships, and overall graph schemas.
Data Container¶
A container for managing and transforming chemical equation data. |
Data Model¶
Represents a node in a graph with a unique identifier and optional properties. |
|
Represents a relationship between two nodes in a graph. |
|
Represents a record of nodes and relationships forming a graph. |
Graph Schema¶
Base model representing the schema of a NOCtis graph |