Skip to main content

Module redshift

Module redshift 

Source
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§

RedshiftConnection
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.
RedshiftSource
A source that executes a SQL query against Amazon Redshift and returns rows as JSON objects.
RedshiftSourceConfig
Configuration for the Amazon Redshift query source.

Enums§

FaucetError
All possible errors returned by faucet-stream.
RedshiftCredentials
How to authenticate with Amazon Redshift.
RedshiftReplication
How the Redshift source replicates rows across runs.

Traits§

Source
A source fetches records from an external system.