1.6 KiB
1.6 KiB
Starter Dashboards
Superset dashboard definitions for Stonks Oracle research, analysis, and trading review.
Dashboards
- Symbol Overview — company profiles, source health, recent documents, and market snapshots
- Sentiment Heatmap — market-wide sentiment by sector and symbol, catalyst analysis, contradiction tracking
- Prediction Accuracy — predicted signals vs realized price moves, confidence calibration, per-symbol accuracy
- Paper Trading PnL — cumulative PnL, daily performance, position snapshots, order history, and scorecards
Data Sources
These dashboards query the Trino lakehouse catalog over MinIO-backed analytical fact tables:
lakehouse.stonks.documents— ingested document metadatalakehouse.stonks.document_extractions— AI extraction outputslakehouse.stonks.trade_signals— aggregated trend signalslakehouse.stonks.market_bars— OHLCV bar datalakehouse.stonks.prediction_vs_outcome— prediction accuracy trackinglakehouse.stonks.pnl_daily— daily PnL recordslakehouse.stonks.positions_daily— end-of-day position snapshotslakehouse.stonks.trade_orders— order submission recordslakehouse.stonks.trade_fills— fill and execution records
Setup
- Import the dashboard JSON files into Superset via the Superset UI or CLI
- Ensure the Trino datasource is configured:
trino://trino@trino:8080/lakehouse/stonks - Create the lakehouse views from
lakehouse/views/for additional drill-down capability
Trino Connection
The dashboards use the default Superset Trino connection configured in infra/superset/superset_config.py.