Business Intelligence Tool
"Build polished data products with SQL!
Evidence is an open-source framework for building data products with SQL - things like reports, decision-support tools, and embedded dashboards. It's a code-driven alternative to drag-and-drop business intelligence tools.
Evidence generates a website from markdown files:
- Data sources can include data warehouses, flat files and non-SQL data sources
- SQL statements inside markdown files run queries against your data sources
- Charts and components are rendered using these query results
- Templated pages generate many pages from a single markdown template
- Loops and If / Else statements allow control of what is displayed to users
Evidence has a built in component library based on Svelte to create charts and other visual elements."