Learn R Programming

redshift (version 0.5)

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

Description

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

Arguments

Details

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

Examples

Run this code
## 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)

Run the code above in your browser using DataLab