Amazon Athena

<< Click to Display Table of Contents >>

Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List 

Amazon Athena

Connects using Amazon Athena and extracts data from the S3 bucket based on a user written arbitrary query that is sent to the Amazon 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:

 

Amazon_Athena_Example

 

Connects using Amazon 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 Amazon Athena.