Define governed analytics once, validate them with native visualizations, and deliver a stable API contract from any supported warehouse.
Analytics API
Chart type
Combo bar + line
Dimensions
month
Bar metrics
revenue
Line metrics
active_accounts
Live preview
metadata resolved
The builder, Explorer, API documentation, and runtime all use the same analytics definition—so validation does not drift from production.
Define governed dimensions, metrics, filters, and tenant boundaries.
Choose a visualization, or turn append-only revisions into a latest-per-entity view.
Run the real analytics definition in Explorer before integration.
Publish one tenant-aware API contract to every product surface.
When the payload shape is unknown, ReportPlane can capture a representative Syslog, HTTP, or WebSocket event and infer a model draft—without silently changing production.
Discovery traffic stays outside normal usage, quota, and warehouse dispatch.
Inspect the raw event, inferred types, nested mappings, and selected fields.
Choose the warehouse, create the model, and replay the approved event family.
Discovery session
Incoming connection event
Captured payload
HTTP · JSON{
"event_time": "2026-08-02T12:30:00Z",
"source": { "ip": "203.0.113.8" },
"bytes_sent": 18432,
"tags": ["edge", "trusted"]
}Proposed model
4 fields selected
Data Models
Define fields, dimensions, metrics, time buckets, filters, and warehouse bindings without creating a second source of truth.
Analytics APIs
Publish authenticated, quota-aware endpoints with tenant controls and API documentation generated from the saved definition.
POST /query
{
"analytics": "revenue_health",
"query": { "limit": 100 }
}Explorer
Test the saved definition with real filters and inspect chart, table, JSON, column roles, and suggested visualizations before your app calls it.
Chart
Native rendering
Table
Typed rows
Metadata
Renderer-neutral
Visualization metadata stays with the analytics definition. Override axes, geographic coordinates, series, top-N, histogram bins, funnel steps, cohort roles, and combo keys without changing the warehouse contract.
Use plan-aware template packs or load a deterministic example for any chart type. Apply a complete model and analytics set—or only the layer you need.
Template 01
Combo chart · Business
Template 02
Stacked bar · Starter
Template 03
Cohort heatmap · Business
Template 04
Funnel · Enterprise
Template 05
Map · Business
Multiple dimensions, time buckets, metrics, filters, ordering, and limits run through the same plan across every supported warehouse.
Tell us your product, tenancy model, and warehouse stack. We will show you a rollout path that fits your team.