DEV Community

Faisal
Faisal

Posted on • Originally published at github.com

Looking for feedback/help on locopy

Hi all,

First post here. Some how I stumbled upon dev.to and this seems like a great spot to learn and collaborate! Wanted to share a project I've been working on. It isn't anything fancy but would love any feedback/help as this is my real first foray into maintaining a package.

locopy helps abstract some of the tedious work of getting data in and out of Amazon Redshift. It helps with getting data in/out of S3, and building the COPY/ UNLOAD to execute. It lets the user chose their DBAPI package (psycopg2, pg8000, etc.) vs forcing one on them.

I'm currently doing some refactoring, and also hoping to add more databases which I can support (Snowflake, Postgres, etc.)

https://github.com/capitalone/Data-Load-and-Copy-using-Python

Appreciate any thoughts, or help!

Top comments (0)