Skip to content

Business intelligence as code: build polished data products with SQL and markdown

License

Notifications You must be signed in to change notification settings

stephenxxxx/evidence

 
 

Repository files navigation

evidence-logo

License: MIT

Business Intelligence as Code

Evidence is an open source, code-based alternative to drag-and-drop business intelligence tools.

Evidence enables you to build reports and analysis using SQL and markdown.

How It Works

how-it-works

Evidence renders a website from markdown files:

  • SQL statements inside markdown files run queries against your data warehouse
  • 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

Getting Started

Installation

Try Online:

Open in StackBlitz

Install Locally:

Check out the documentation for a walkthrough and other install options.

npx degit evidence-dev/template my-project
cd my-project
npm install
npm run dev

Join the Evidence Community

Join our Slack channel to get involved in the community's discussion, share what you're working on, or request features.

Follow us on Twitter to receive the latest updates on Evidence.

Contributing

If you are interested in contributing, please join us on our slack channel, open an issue, or contribute a pull request.

License

Evidence is licensed under the MIT license. See the LICENSE file for licensing information.

About

Business intelligence as code: build polished data products with SQL and markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 53.5%
  • JavaScript 39.5%
  • CSS 4.6%
  • TypeScript 2.3%
  • HTML 0.1%