Ship data pipelines in minutes, not months. Metric's API ingests, transforms, and serves real-time analytics with sub-50ms latency at any scale.
Trusted by engineering teams at
Everything you need to build world-class data infrastructure without the operational overhead.
Process millions of events per second with our distributed ingestion pipeline. Sub-50ms from write to queryable.
Run continuous queries over streaming data. Get instant alerts, aggregations, and windowed computations.
Build pixel-perfect dashboards with our component library. Drag, drop, and embed anywhere.
SOC 2 Type II certified. End-to-end encryption, role-based access control, and audit logging built in.
First-class SDKs for TypeScript, Python, Go, and Rust. REST and GraphQL APIs with comprehensive docs.
Connect to 200+ tools out of the box: Snowflake, BigQuery, Postgres, Kafka, Slack, and more.
Our platform processes billions of events daily across thousands of production deployments.
Intuitive endpoints, comprehensive SDKs, and documentation that makes integration a breeze.
// Initialize the Metric SDK
import { Metric } from '@metric/sdk';
const metric = new Metric('mk_live_a1b2c3d4e5');
// Track an event with properties
await metric.track('page_view', {
url: '/dashboard',
user_id: 'usr_8x9y0z',
properties: {
browser: 'Chrome',
session_duration: 142.8
}
});
// Query real-time analytics
const result = await metric.query({
metric: 'daily_active_users',
period: 'last_30_days',
granularity: 'day',
filters: [{ field: 'plan', op: 'eq', value: 'pro' }]
});
console.log(result.data);
// → [{ date: '2024-01-15', value: 18234 }, ...]
Start free and scale with confidence. No surprise bills, no hidden fees.
The Starter plan gives you 10,000 events per month completely free — no credit card required. You get access to core analytics features, one project, and 7-day data retention. Upgrade anytime as your needs grow.
Our ingestion pipeline delivers sub-50ms latency from event receipt to queryability in production. This is achieved through our globally distributed edge network and optimized columnar storage engine.
Absolutely. We provide migration tools for Amplitude, Mixpanel, PostHog, and Segment. Our team offers free migration assistance for Pro and Enterprise plans, including historical data import and parallel tracking during transition.
Yes. Metric is SOC 2 Type II certified, GDPR compliant, and CCPA compliant. All data is encrypted at rest (AES-256) and in transit (TLS 1.3). We offer EU and US data residency options for Enterprise customers.
Our pricing is tiered and predictable. You pay a base fee for your plan tier, and overages are billed at a fixed rate per additional event. We never charge surprise fees, and you can set hard usage caps to prevent unexpected costs.
Free tier included. No credit card required. Ship your first dashboard in under 5 minutes.
Create Free Account输入密钥解锁全部功能,或以游客身份浏览
游客模式可预览全部模板
但无法下载源码文件
💡 需要源码?
购买密钥后输入即可解锁下载,一个密钥限一台设备。