Structural process overview for Amazon Redshift
The following high-level diagram describes how Tonic orchestrates the processing and moving of data in Amazon Redshift during data generation.

This diagram specifically shows the Amazon Redshift data generation process. For the Structural architecture diagram, go to Structural architecture.
Structural orchestrates the moving and transforming of data between Amazon Redshift databases. To do this, Structural uses Amazon S3.
Structural manages the lifetimes of data and resources used in AWS. It only requires you to assign the necessary permissions to the IAM role that Structural uses.
At a high level, the process is:
Structural copies the table data into Amazon S3 as CSV files. You specify the S3 bucket path in the Structural workspace configuration. Within the S3 bucket, the data files are copied into an
inputfolder.After it transforms the data in a file, Structural copies the transformed file to the
outputfolder in the configured S3 bucket.After it processes all of the files for a table, Structural copies the output data back into Amazon Redshift, into the destination database.
Last updated
Was this helpful?