Available on crate features
source-redshift and source-rest only.Modules§
- config
- Amazon Redshift source configuration.
- convert
- Row decoding and parameter binding for the Redshift source.
- stream
- Amazon Redshift query source implementation.
Structs§
- Redshift
Connection - A Redshift connection: endpoint, database, user, credentials, and a TLS
toggle. Flattened (
#[serde(flatten)]) into both the source and sink configs so the connection fields appear at the config top level. - Redshift
Source - A source that executes a SQL query against Amazon Redshift and returns rows as JSON objects.
- Redshift
Source Config - Configuration for the Amazon Redshift query source.
Enums§
- Faucet
Error - All possible errors returned by faucet-stream.
- Redshift
Credentials - How to authenticate with Amazon Redshift.
- Redshift
Replication - How the Redshift source replicates rows across runs.
Traits§
- Source
- A source fetches records from an external system.