Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3Csv Fdw #49

Closed
wants to merge 3 commits into from
Closed

S3Csv Fdw #49

wants to merge 3 commits into from

Conversation

dev360
Copy link

@dev360 dev360 commented Dec 21, 2013

I wrote an Amazon S3 fdw that is based on the CSV fdw. It uses the boto library to get the file from amazon. I was able to verify this worked on Ubuntu, but my local homebrew python installation does not work - it blows up on some python devel header that is missing.

If anybody gives it a spin, make sure to use it only with lowercase bucket names - that is what boto expects. Huge thanks for an amazing job with this library -- I was pulling my hair out trying to get an old c-based postgres 9.1 s3fwd to work but couldn't figure it out so multicorn saved my day!

@alexg0
Copy link

alexg0 commented Jan 6, 2014

@dev360, I turned your Fdw into standalone package. Mostly same code, but made it arg compatible with old C s3_fdw, Also made it treat empty values as NULLs.

https://github.com/eligoenergy/s3csv_fdw

@rdunklau rdunklau closed this Feb 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants