DB
Getting Started

Console tour

A quick tour of the NYXDB web console — catalog, SQL shell, storage, queries, transforms, and lineage.

The NYXDB console is a web UI over the same engine. It groups the operational surface into focused areas.

TODO-verify: console bundling and the exact URL/port it is served on for your deployment. The areas below reflect the console's feature modules.

Areas

AreaWhat it does
OverviewNode status and a summary of the workload.
SQL shellRun queries and follow streaming results in the browser.
CatalogBrowse tables, attributes, and schemas.
StorageStorage policies, disks/pools, and part accounting.
QueriesLive and historical queries (system.queries, system.query_log).
TransformationsContinuous transforms — state, lag, and controls.
SubscribersLive streaming subscribers and PSI delivery health.
EndpointsRegistered query endpoints and their governance counters.
LineageHow data flows across streams, transforms, and tables.
GovernanceGrants, roles, users, operator grants, and rate limits.
SettingsNode and session settings, including the theme.

Same engine, two front doors

The console and the nyxsql CLI both speak the engine's wire protocol. Anything you can express in SQL — DDL, DML, streaming reads, transforms — works from either. The console adds visual surfaces for storage, lineage, and governance that are awkward to read as tabular output.

On this page