Key Features
Platform
React 18+ with Node.js backend
Data Sources
Connect multiple databases
Data Aggregation
Combine and transform data
AI Insights
Automated trend detection
Custom Dashboards
Drag-and-drop builder
Team Sharing
Collaborate on reports
Quick Start
Setup Example
Preview of MetricHive integration:
JavaScript
import { MetricHive } from 'metric-hive';
const bi = new MetricHive({
apiKey: process.env.METRICHIVE_KEY
});
// Connect data sources
await bi.connect('postgres', {
host: 'db.yourapp.com',
database: 'analytics'
});
// Create a metric
const revenue = bi.metric({
name: 'Monthly Revenue',
query: 'SELECT SUM(amount) FROM orders',
refresh: '1h'
});
Data Connectors
| Source | Type | Features |
|---|---|---|
| PostgreSQL/MySQL | Database | Live queries, caching |
| REST APIs | External | OAuth, webhooks |
| Google Sheets | Spreadsheet | Auto-sync, formulas |
What's Included
- Multi-source data connectors
- Data aggregation engine
- AI trend detection
- Drag-drop dashboard builder
- Team collaboration tools
- Scheduled reports
- Full source code access
- Lifetime updates
- Email support