Dory Docs

Charts and Results

Dory is designed for analysis loops, not only query execution. After running SQL, you can inspect results immediately and convert useful result sets into charts.

Why this is useful

  • It reduces context switching to external BI tools for quick validation.
  • It keeps the query and its visual output close together.
  • It helps analysts move from raw SQL to a communicable result faster.

Suggested usage

  1. Write or generate the SQL.
  2. Review the result set shape.
  3. Use built-in charting when the output is easier to compare visually.
  4. Save the query when the chart depends on a reusable analysis.

Current scope

The public materials position charting as built-in convenience for query workflows. For polished dashboards or broad business reporting, you may still want a dedicated visualization layer outside Dory.

On this page