(SM-2402) SAP - AWS Communication
Communication with the AWS platform is established through the Java connector using AWS S3 SDK and JDBC for the Redshift DB.
Data transfer process is following a standard pattern of a phased approach:
Data is fetched from SAP with the open cursor with defined package size
Data package is transferred into S3 storage using Java AWS S3 SDK
(Optional) Complete dataset is ingested into AWS Redshift from AWS S3 storage using JDBC SQL commands
Detailed communication diagram: