Skip to content

Databases

This page covers both the Unity and Ozone database systems that serve as core data storage for Amatsu’s operations.

The Unity database is a core data storage system for Unity-related operations within the Amatsu ecosystem.

Unity db provides:

  • Primary data storage for Strata dashboard metrics, and signal-bot
  • Structured data management
  • Integration with other Amatsu services
  • Type: PostgreSQL
  • Version: PostgreSQL 17.4 on aarch64-unknown-linux-gnu, compiled by gcc (GCC) 13.2.0, 64-bit
  • Hosting: Supabase

The Ozone database is a specialized data storage system for Ozone-related operations and data management.

Ozone db provides:

  • Specialized data storage for Ozone operations
  • Integration with Ozone services
  • Type: MySQL
  • Version: MySQL 8
  • Hosting: Digital Ocean Managed Database
  • Connection Details: TBD for both databases
  • Authentication: Role-based permissions
  • Connection Pooling: TBD
  • SSL Configuration: TBD
  • Unity Database:

    • Amatsu Admin
    • Strata
  • Ozone Database:

    • Amatsu Admin (formerly ozone-a-app)
    • Retro’s admin tools
  • Phin (0x_phiny)