| name | smart-analytics |
| description | Business analytics dashboard with real-time metrics, custom reports, and data visualization. Supports multiple data sources. |
| triggers | ["analytics dashboard","business metrics","ๆฐๆฎๅๆ","ไธๅกๆๆ ","generate report"] |
Smart Analytics
Business intelligence and analytics platform.
Features
- ๐ Real-time Dashboards โ Live metrics and KPIs
- ๐ Custom Reports โ Build custom analytics
- ๐ Multi-source โ Connect databases, APIs, CSV
- ๐ฑ Responsive โ Works on all devices
- ๐ Alerts โ Threshold-based notifications
Data Sources
| Source | Type | Status |
|---|
| PostgreSQL | Database | โ
|
| MySQL | Database | โ
|
| MongoDB | Database | โ
|
| REST API | API | โ
|
| CSV/Excel | File | โ
|
| Google Analytics | Service | โ
|
Usage
Create Dashboard
hermes analytics create --template ecommerce
hermes analytics create --name "Sales Dashboard" \
--metrics revenue,orders,conversion \
--period 30d
Generate Reports
hermes analytics report --type weekly
hermes analytics report \
--metrics revenue,users \
--group-by region \
--format pdf
Real-time Monitoring
hermes analytics live --port 3001
hermes analytics watch --metric api_response_time
Visualization Types
- ๐ Bar/Line/Area Charts
- ๐ฅง Pie/Donut Charts
- ๐ Sparklines
- ๐บ๏ธ Geographic Maps
- ๐ Data Tables
- ๐ฏ Gauge Charts
Alert Configuration
alerts:
- name: "High Error Rate"
metric: error_rate
condition: "> 5%"
notify: [telegram, email]
- name: "Low Conversion"
metric: conversion_rate
condition: "< 2%"
notify: [slack]
Pitfalls
- Data Volume โ Large datasets may need pagination
- Real-time Costs โ Live queries can be expensive
- Cache Strategy โ Balance freshness vs performance