Features that Make Analytics Simple
Everything you need to build powerful analytics into your application, without the complexity.
Core Features
Built for developers, with performance and simplicity in mind.
Lightning Fast
Built in Rust and uses a columnar database architecture that handles billions of events with sub-second latency.
Developer First
Simple SDKs for any language. Works with Recharts, Chart.js, or any charting library you prefer.
Flexible Queries
Query any time range with consistent, reliable data. From real-time to historical analysis.
Advanced Analytics
Powerful analytics capabilities for real-time insights and trend analysis.
Real-time Analytics
Monitor user behavior, system performance, and business metrics in real-time. Perfect for live dashboards and instant insights.
Trend Analysis
Track growth, identify patterns, and make data-driven decisions with comprehensive historical data analysis.
Beautiful Dashboards
Create stunning, interactive dashboards with our pre-built components and customizable charts.
AI-Powered Features
Leverage the power of AI to get insights from your data using natural language.
Natural Language Queries
Ask questions in plain English and get instant insights. No complex query languages or data expertise required.
AI Integration Ready
Seamlessly integrate with AI tools and LLMs to power intelligent analytics and automated insights generation.
// Query using natural language
const insights = await metral.semanticSearch(
"Show me user engagement trends for premium features over the last month"
);
// Integrate with AI tools
const aiResponse = await aiTool.analyze(
await metral.semanticSearch("What's causing the recent drop in conversion?")
);