Access and Query Amazon Athena via DBI/JDBC
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.0 KiB

7 years ago
Package: metis
Type: Package
Title: Helpers for Accessing and Querying Amazon Athena
Version: 0.3.0
6 years ago
Date: 2018-03-19
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
6 years ago
comment = c(ORCID = "0000-0001-5670-2640")),
person("Derek", "Abdine", comment = "Authentication driver update"),
6 years ago
person("Zachary", "Kurtz", email = "zdkurtz@gmail.com", role = "ctb")
6 years ago
)
7 years ago
Maintainer: Bob Rudis <bob@rud.is>
Encoding: UTF-8
6 years ago
Description: Methods are provides to connect to 'Amazon' 'Athena', lookup schemas/tables,
perform queries and retrieve query results. A lightweight 'RJDBC' implementation
is included along with an interface to the 'AWS' command-line utility.
7 years ago
URL: https://github.com/hrbrmstr/metis
BugReports: https://github.com/hrbrmstr/metis/issues
SystemRequirements: JDK 1.8+
7 years ago
License: AGPL
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0),
RJDBC
Imports:
rJava,
7 years ago
DBI,
dplyr,
readr,
6 years ago
aws.signature,
uuid,
sys,
jsonlite
6 years ago
RoxygenNote: 6.0.1.9000