Off
No Observability
Disable observability entirely for maximum throughput.
ChronusQL processes event streams with SQL, windows, pattern recognition, realtime telemetry, and temporal ML.
Chronusphaera turns every query into a live execution view with metrics, traces, event lineage, windows, and model-training explainability.


ChronusQL extends SQL with explicit event-time semantics, temporal windows, pattern recognition, and streaming machine learning. The language is designed for realtime event systems where time is a first-class concept rather than an afterthought.
Use TIMESTAMP BY to define deterministic event time across engine, database, and UI.
Aggregate streams globally, by key, or inside deterministic event-time windows.
Detect temporal sequences and relationships using MATCH_RECOGNIZE.
Define features, delayed labels, and online classifiers directly in SQL.
Chronusphaera is not a static dashboard. It continuously tails execution telemetry and updates timelines, graphs, inspectors, windows, and event relationships as new data arrives.
Every component shares interaction state, so selecting a node or event updates the entire workspace.


ChronosQL transforms temporal SQL into a fully observable execution topology composed of operators such as windows, aggregates, filters, pattern recognizers, and ML stages.
Chronusphaera aligns events directly to the logical query plan rather than displaying an unordered stream. You can visually follow each event as it moves across operators and windows.

Clicking a node reveals data flow, latency, counts, histograms, neighboring nodes, and SQL clause mapping without losing the connection back to the original query.


Move from a point on the timeline into its payload, parents, children, window membership, and operator path. Trace mode adds sampled event-level visibility.




ChronosQL can train online classifiers from streaming events while preserving event-time semantics and delayed-label causality.
No Observability
Disable observability entirely for maximum throughput.
Aggregated Observability
Capture node metrics, topology metadata, histograms, and percentiles for production monitoring.
Full Observability
Add sampled traces, lineage, windows, and event-level relationships for debugging and temporal analysis.
Event timestamps come from TIMESTAMP BY, preserving deterministic event-time behavior across runtime, storage, and UI.
Chronusphaera exposes parent/child event relationships across windows, operators, matches, and outputs.
Move between throughput-oriented execution and deep debugging without changing the query itself.
ChronosQL makes temporal stream processing declarative. Chronusphaera makes it inspectable. Together they let you write, run, trace, and explain streaming systems from SQL down to individual events.