Coder Social home page Coder Social logo

quasar-destination-redshift's Introduction

quasar-destination-redshift Build Status Bintray Discord

Usage

libraryDependencies += "com.slamdata" %% "quasar-destination-redshift" % <version>

Configuration

This implementation stages files to S3 before loading them into Redshift. Because of this you'll need to provide configuration for Quasar to upload the bytestream to S3 and configuration for Redshift to download the bytestream from S3. This might imply two different set of keys. Format:

{
  "bucket": Object,
  "jdbcUri": String,
  "user": String,
  "password": String
  "authorization": Object
}
  • bucket contains an object specifying the staging bucket. It has the following format:
{
  "bucket": String,
  "accessKey": String,
  "secretKey": String,
  "region": String
}

The inner bucket key is the name (not URL) of the bucket used to upload.

  • jdbcUriis the URI used connect to the Redshift cluster eg. jdbc:redshift://redshift-cluster-1.example.outer-space.redshift.amazonaws.com:5439/dev

  • user is the username for the cluster, typically awsuser

  • password is the password for the same username

  • authorization is an object specifying how the Redshift cluster will connect to the staging bucket. If using roles, the object takes the form:

{
  "type": "role",
  "arn": String,
  "region": String
}

arn is the Amazon Resource Name for the role attached to the Redshift cluster.

region is the region where the staging bucket is. This is important for cross-region loading

If using keys based authorization. The object takes the form:

{
  "type": "keys",
  "accessKey": String,
  "secretKey": String,
  "region": String
}

region is the region where the staging bucket is. This is important for cross-region loading

quasar-destination-redshift's People

Contributors

jsantos17 avatar slamdata-bot avatar wemrysi avatar djspiewak avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.