RAthena-package | R Documentation |
RAthena provides a seamless DBI interface into Athena using the python package Boto3.
The goal of the RAthena
package is to provide a DBI-compliant interface to Amazon’s Athena
using Boto3
software development kit (SDK). This allows for an efficient, easy setup connection to Athena using the Boto3
SDK as a driver.
Before starting with RAthena
, Python is require to be installed on the machine you are intending to run RAthena
.
As RAthena is using Boto3
as it's backend, AWS Command Line Interface (AWS CLI) can be used
to remove user credentials when interacting with Athena.
This allows AWS profile names to be set up so that RAthena can connect to different accounts from the same machine, without needing hard code any credentials.
Maintainer: Dyfan Jones dyfan.r.jones@gmail.com
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.