Coder Social home page Coder Social logo

optionalg / aws-redshift-to-rds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lenguyenthedat/aws-redshift-to-rds

0.0 2.0 0.0 17 KB

A simple command-line tool to copy tables from Amazon Redshift to Amazon RDS (PostgreSQL).

License: MIT License

Shell 2.07% Haskell 97.93%

aws-redshift-to-rds's Introduction

aws-redshift-to-rds

A tool to copy tables from Amazon Redshift to Amazon RDS (PostgreSQL).

This tool should also work as long as the upstream database is PostgreSQL 8.0+ and the downstream database is PostgreSQL 9.0+ (where DBLink is supported).

Prerequisites

+ Ubuntu (preferably 14.04)

+ GHC 7.8.3 or later

+ Cabal 1.20.0.2 or later

+ Happy 1.19 or later

Clone and build:

Clone the repo:
$ git clone https://github.com/lenguyenthedat/aws-redshift-to-rds.git

Build with Docker (remember to configure your credentials first in ./config folder)
$ cd aws-redshift-to-rds/
$ sudo docker build -t="aws-redshift-to-rds" .

Executables

(to run with Docker: use docker run aws-redshift-to-rds as a prefix for the below commands)

Show help
.cabal-sandbox/bin/aws-redshift-to-rds --help

Copy table
.cabal-sandbox/bin/aws-redshift-to-rds --from source_db --from-table schema_name.table_name --to destination_db --to-table schema_name.table_name [--cascade]

aws-redshift-to-rds's People

Contributors

lenguyenthedat avatar soenkehahn avatar tuleism avatar

Watchers

 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.