<< Click to Display Table of Contents >> Raynet One Data Hub > 25.3 > Connectors > Alphabetic Connector List AWS Athena |
Connects using AWS Athena and extracts data from the S3 bucket based on a user written arbitrary query that is sent to the AWS Athena. Help about setting up an AWS accound can be found here. The connector uses the AWS Java SDK 2
•Proxy configuration
The underlying AWS Java SDK behaves strangely with proxies. Only the system parameter `http.proxyHost`and `http.proxyPort`are used for both HTTP and HTTPS connections. Setting `https.proxyHost`and `https.proxyPort`will have no effect. Socks proxies are not supported by the AWS Java SDK. Setting `socksProxyHost`and `socksProxyPort`will have no effect.
Overview of a typical system and network setup:
Connects using AWS Athena https://docs.aws.amazon.com/athena/latest/ug/getting-started.html and extracts data from the S3 bucket based on a user written arbitrary query that is sent to AWS Athena.