Postgres_to_redshift

Copies postgres databases to redshift
Alternatives To Postgres_to_redshift
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Dbeaver32,279
a day ago1,753apache-2.0Java
Free universal database tool and SQL client
Airbyte10,828
a day ago90June 23, 20224,669otherPython
Data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes.
Doris8,414
a day ago1,717apache-2.0Java
Apache Doris is an easy-to-use, high performance and unified analytics database.
Node Orm23,06970098a year ago100June 22, 2022224mitJavaScript
Object Relational Mapping
Fluentmigrator2,9555481302 days ago52January 14, 2022221apache-2.0C#
Fluent migrations framework for .NET
Tbls2,335422 days ago31May 28, 202227mitGo
tbls is a CI-Friendly tool for document a database, written in Go.
Jailer1,644
a day ago57July 04, 2022apache-2.0Java
Database Subsetting and Relational Data Browsing Tool.
Db.py1,2012613 years ago35March 31, 201732bsd-2-clausePython
db.py is an easier way to interact with your databases
Tadpolefordbtools512
3 years ago126Java
Yuniql29217a year ago25May 25, 202265apache-2.0C#
Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
Alternatives To Postgres_to_redshift
Select To Compare


Alternative Project Comparisons
Readme

PostgresToRedshift

This gem copies data from postgres to redshift. It's especially useful to copy data from postgres to redshift in heroku.

Build Status

Installation

Add this line to your application's Gemfile:

gem 'postgres_to_redshift'

And then execute:

$ bundle

Or install it yourself as:

$ gem install postgres_to_redshift

Usage

Set your source and target databases, as well as your s3 intermediary.

export POSTGRES_TO_REDSHIFT_SOURCE_URI='postgres://username:[email protected]:port/database-name'
export POSTGRES_TO_REDSHIFT_TARGET_URI='postgres://username:[email protected]:port/database-name'
export POSTGRES_TO_REDSHIFT_TARGET_SCHEMA='testing-data'
export S3_DATABASE_EXPORT_ID='yourid'
export S3_DATABASE_EXPORT_KEY='yourkey'
export S3_DATABASE_EXPORT_BUCKET='some-bucket-to-use'

postgres_to_redshift

Contributing

  1. Fork it ( https://github.com/kitchensurfing/postgres_to_redshift/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request
Popular Redshift Projects
Popular Database Projects
Popular Data Storage Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Ruby
Databases
Postgres
Heroku
Redshift