Redshift
Amazon Redshift is a cloud-based data warehouse. Evidence supports connecting to Redshift as a data source, allowing you to query data using SQL.
Add a New Redshift Data Source
- Start the Evidence dev server:
npm run dev
or Start Evidence using the VSCode extension. - Navigate to the settings page,
also accessible via the
...
menu in the top right. - Click the New Source button.
- Select Redshift as the data source type.
- Enter the configuration options for the connection.
- Click the Test button to confirm the connection is successful.
- Click the Save button to save the connection.
- Your configuration options are saved in two files:
/sources/[source_name]/connections.yaml
: Non-sensitive values, source controlled./sources/[source_name]/connection.options.yaml
: Sensitive values, not source controlled, base-64 encoded.
Configuration
The Redshift connector uses the PostgreSQL connector under the hood, so configuration options are similar.