Redshift Snap Pack examples
| Example | Snaps used |
|---|---|
| Redshift - Bulk Load | |
|
Load data from MySQL into Redshift This example demonstrates how to extract data from a MySQL database and load it into Redshift using the Bulk Load Snap. |
|
|
This example shows how to use the Redshift Bulk Load Snap with multiple input streams. |
|
|
This example demonstrates various configuration options available in the Redshift Bulk Load Snap. |
|
|
Load Twitter data into Redshift This example shows how to extract data from Twitter and load it into Redshift using the Bulk Load Snap. |
|
|
This example demonstrates how to read data from a file and bulk load it into Redshift. |
|
| Redshift - Bulk Upsert | |
|
This example demonstrates how to perform bulk upsert operations in Redshift, updating existing records and inserting new ones. |
|
| Redshift - Delete | |
|
This example shows how to delete all records from a Redshift table. |
|
|
This example demonstrates how to delete records from Redshift based on specific conditions. |
|
|
This example shows how to perform delete operations as part of an ETL pipeline. |
|
| Redshift - Execute | |
|
This example demonstrates how to execute custom SQL statements in Redshift. |
|
|
This example shows how to call and execute stored procedures in Redshift. |
|
| Redshift - Insert | |
|
This example demonstrates basic insert operations into Redshift tables. |
|
|
This example shows how to use the Mapper Snap with Redshift Insert to transform and insert data. |
|
|
This example demonstrates how to create a table and insert data into it using the Redshift Insert Snap. |
|
| Redshift - Select | |
|
This example shows how to select data from Redshift using WHERE conditions. |
|
|
This example demonstrates how to implement pagination when selecting large datasets from Redshift. |
|
| Redshift - Update | |
|
This example demonstrates how to update Redshift records based on specific conditions. |
|
| Redshift - Lookup | |
|
This example shows how to use the Redshift Lookup Snap to enrich data with information from Redshift tables. |
|
| Redshift - Unload | |
|
This example demonstrates how to unload data from Redshift to Amazon S3 using the Redshift Unload Snap. |
|
| Redshift - SCD2 | |
|
Slowly Changing Dimension Type 2 This example demonstrates how to implement Slowly Changing Dimension Type 2 (SCD2) logic in Redshift. |
|