Ryouiki
Self-hosted domain communication service

Domain

Domains are the core units of operation in Ryouiki, hosting user accounts, messaging, and content channels.

Domain {
    Name :sequence
}

Metadata

The Ryouiki server allows administrators to define custom metadata for domains, which can be accessed and modified via the RPC API.

Metadata properties may be selectively exposed to public API calls.

Metadata is formatted as a Suzu record, allowing for complex data structures.

Metadata {
    Fields :schema
    Expose :list{sequence}
}