AWS RedShift
Luden supports Redshift as a destination. For more information about Redshift see docs. Redshift destination can work in stream and batch modes. In stream mode Luden uses plain insert statements for storing data. In batch mode Luden writes incoming events in formatted file on the AWS S3 and uses COPY command to store data from AWS S3 files into Redshift.
Configuration
Redshift destination config consists of the following schema:
Last updated