XLNT / gnarly

🤙 A blockchain ETL tool to make your life better. Now that’s fuckin’ gnarly.
https://xlnt.co
Apache License 2.0
119 stars 11 forks source link

Redshift Support #9

Open shrugs opened 6 years ago

shrugs commented 6 years ago

Given that redshift and postgres are designed to be relatively compatible, it should be easy to have a typeStore that points to redshift.

  1. Check to see if the existing Sequelize typeStore works with redshift
  2. If it does not, identify the problems and either modify the sequelize typeStore to support redshift or implement a redshift-specific typestore.