RDB Loader 2.x.x
caution
You are reading documentation for an outdated version. Here’s the latest one!
RDB (Relational Database) Loader is a pair of applications that work in tandem to load Snowplow events into a Redshift cluster.
- The RDB Shredder is a Spark job that reads enriched events from S3, and shreds them into separate entities. It also performs event deduplication.
- The loader itself is a standalone application that executes the SQL statement that copies the shredded entities into Redshift.
Before setting up RDB Loader its recommended to setup and launch Redshift cluster first.