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

DataContainer

A container for managing and transforming chemical equation data.

Data Model

Node

Represents a node in a graph with a unique identifier and optional properties.

Relationship

Represents a relationship between two nodes in a graph.

GraphRecord

Represents a record of nodes and relationships forming a graph.

Graph Schema

GraphSchema

Base model representing the schema of a NOCtis graph