Connect your database, flat files or cloud storage buckets for use in reports.
Evidence extracts data from your database to use in reports. Why Extract?To build reports, first you need to import your data. This is all managed in the Sources tab tab in the sidebar.This involves:
Evidence extracts data from your database to use in reports. This has the following benefits:
Performance: Extracted data is very fast to query, as it uses a specialized storage format (Parquet), and an optimzed query engine based on ClickHouse.
Cross-database: You can join data from different databases, or even join to data in flat files like CSV and Parquet.
Control: You can control when data is extracted, and the frequency of the extraction.
DB Load: When users access your reports, your database is not queried, only refreshing data causes queries to be run against your database.