Skip to main content

Architecture

This section covers the technical architecture of Una's storage engine, including how data is structured in the database.

Overview

Una uses a star schema design with:

  • Dimension tables that store hierarchical metadata
  • Fact tables that store transactional and aggregated data

Topics