Thor turns business questions into trusted answers, generated reports, reusable insights, and dashboards while staying compatible with multiple databases and enterprise security requirements.
Version support stays explicit, compatibility feels productized, and upcoming non-relational support is visible without shouting.
Your data does not need to leave your infrastructure to become useful. Thor connects read-only, processes queries in real time, and is designed for teams that need safety, privacy, and operational control from day one.
Thor uses an internal self-check loop to help ensure generated SQL is usable and accurate. On top of that, SQL and raw data stay visible so teams can perform a final quality check and keep human judgment in control of the answer.
SELECT DATE_TRUNC('month', o.delivered_at) AS month, SUM(o.total_amount) AS revenue FROM orders o JOIN payments p ON p.order_id = o.id WHERE o.status = 'delivered' AND o.delivered_at >= NOW() - INTERVAL '12 months' GROUP BY month ORDER BY month ASC;
| month | revenue | mom_change |
|---|---|---|
| 2025-03-01 | 981327.63 | NULL |
| 2025-06-01 | 1338578.76 | 16.44 |
| 2025-10-01 | 1685773.46 | 1.58 |
| 2025-11-01 | 1169662.30 | -30.62 |
| 2025-12-01 | 1358088.30 | 16.11 |
| 2026-02-01 | 1241386.24 | -0.32 |
Analyzing schema, arranging layout, and packaging insights for the team.
Thor automatically selects the most important questions, metrics, trends, and anomalies to display. Customers can also save any valuable answer and place it on the dashboard, making the issues they care about most easy to understand at a glance.
Instead of asking users to remember every metric definition, teams can encode recurring logic, filters, and domain rules as reusable skills that shape future answers.