redshift-package: Little library to connect to Amazon's Redshift Service

Description Details Author(s) Examples

Description

Provides a few functions (and the required JDBC driver) to connect to Amazon's Redshift service.

Details

Package: redshift
Type: Package
Version: 0.2
Date: 2013-04-29
License: Eclipse Public License

Author(s)

Paul Ingles Maintainer: Paul Ingles <paul@oobaloo.co.uk>

Examples

1
2
3
4
5
## the JDBC URL can be found in Amazon's AWS Control Panel, just copy and paste it into here
#conn <- redshift.connect("jdbc:postgresql://blah.blah.eu-west-1.redshift.amazonaws.com:5439/data", "username", "password")

## list the names of the tables we can query
#tables <- redshift.tables(conn)

pingles/redshift-r documentation built on May 25, 2019, 7:13 a.m.