01 Dashboards

Dashboards where your data lives.

Build dashboards visually with a chart builder - bar, line, area, pie, table, and big number - right on top of your governed tables. No second tool, no second permission model, no data copied out to make a chart.

See it on your data →
Revenue / EU overviewbar · line · area · pie · table · big number
Line

Weekly revenue, EU

Bar

Orders by channel

Big number

EU revenue, this week

$4.2M
8.2% vs prior week
Table

Top regions

regionordersrevenue
DE18,204$1.9M
FR12,880$1.1M
NL7,412$0.7M
ES5,930$0.5M
  • 6 tiles
  • auto-refresh 60s
  • shared with sales-analytics
  • same permissions as the source tables
02 Metrics & queries

Every table explains itself.

Open any table and you get more than rows. A Metrics tab profiles the shape of the data, and a Queries tab shows every real query that touched it - so you can trust a number before you build on it.

MetricsQueriesSchema
rows
4,812,004
distinct customer_id
918,340
null rate · email
0.4%
min order_date
2021-01-04
max order_date
2026-07-10
mean order_value
$84.20
order_value histogram

15 metric types per column - counts, cardinality, quantiles, histograms, and more. Reprofiled on every run.

MetricsQueriesSchema
  1. SELECT sum(order_value) FROM orders_daily WHERE region = 'EU'
    a.patel2m agovia Labs
  2. CREATE TABLE eu_revenue AS SELECT region, ... FROM orders_daily
    dbt run1h agoorders-product
  3. SELECT * FROM orders_daily ORDER BY order_date DESC LIMIT 100
    m.chen3h agovia Explore
  4. WITH ranked AS (SELECT ... ) SELECT region, revenue FROM ranked
    dashboard: EU overview6h ago

Every real query that touched this table - who ran it, when, and from where.

03 Alerting

Alerts that find you.

One alerting spine for the whole platform. Pipeline, sync, quality, and dashboard failures raise the same alert - to your in-app inbox, Slack, or email - with severity, deduplication, mute windows, and auto-resolve when the asset recovers.

01

Something breaks

A sync stalls, a pipeline fails, a quality test trips, or a dashboard stops refreshing. The platform notices - you do not have to be watching.

sync · pipeline · quality · dashboard
02

Alert with context

One alert reaches your inbox, Slack, and email - carrying severity, the asset and its lineage, and dedup so ten failures are one alert.

severity · dedup · mute windows
03

Auto-resolves

When the asset recovers, the alert closes itself and notes the recovery. No stale pages, no manual acknowledgment to chase.

recovered · closed automatically
Highsync · pg_orders2m ago

Sync paused: schema drift on pg_orders

A new column arrived on orders, so ingestion paused pending approval. Three identical events were deduplicated into this one alert. No mute window is active.

  • Open in inbox
  • Sent to #data-alerts
  • Emailed on-call
  • Auto-resolves on recovery
Get started

See your data on EVE.

A 30-minute demo on your use case, or a free workspace on your own isolated cluster.