{"id":13705678,"url":"https://github.com/umitanuki/s3_fdw","last_synced_at":"2026-01-10T21:49:46.944Z","repository":{"id":137595686,"uuid":"2314897","full_name":"umitanuki/s3_fdw","owner":"umitanuki","description":"foreign-data wrapper for Amazon S3","archived":false,"fork":false,"pushed_at":"2011-09-02T16:05:19.000Z","size":99,"stargazers_count":69,"open_issues_count":4,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-03T22:15:50.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umitanuki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-09-02T16:04:38.000Z","updated_at":"2024-06-26T02:23:47.000Z","dependencies_parsed_at":"2023-03-11T03:11:08.674Z","dependency_job_id":null,"html_url":"https://github.com/umitanuki/s3_fdw","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umitanuki%2Fs3_fdw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umitanuki%2Fs3_fdw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umitanuki%2Fs3_fdw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umitanuki%2Fs3_fdw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umitanuki","download_url":"https://codeload.github.com/umitanuki/s3_fdw/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224455906,"owners_count":17314204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T22:00:45.980Z","updated_at":"2024-11-13T13:30:47.491Z","avatar_url":"https://github.com/umitanuki.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"s3\\_fdw\n=======\n\ns3\\_fdw provides a foreign-data wrapper (FDW) for Amazon S3 files,\nusing the builtin COPY format.\n\nTo build it, just do this:\n\n    make\n    make install\n\nIf you encounter an error such as:\n\n    make: pg_config: Command not found\n\nBe sure that you have `pg_config` installed and in your path. If you used a\npackage management system such as RPM to install PostgreSQL, be sure that the\n`-devel` package is also installed. If necessary tell the build process where\nto find it:\n\n    env PG_CONFIG=/path/to/pg_config make \u0026\u0026 make installcheck \u0026\u0026 make install\n\nOnce `make install` is done, connect to your database with psql or other client\nand type\n\n    CREATE EXTENSION s3_fdw;\n\nthen you'll see the FDW is installed. With the FDW, create server, user mapping,\nforeign table. You'll need Amazon S3 access key ID and secret access key to\nauthenticate private access to your data. Consult AWS documentation for those keys.\nThe access information is stored in user mapping. Foreign tables stores options\nfor COPY as well as hostname, bucketname and filename.\n\nDependencies\n------------\nThe `s3_fdw` data type depends on libcurl and openssl. You need those developer\npackages installed in the system path.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumitanuki%2Fs3_fdw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumitanuki%2Fs3_fdw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumitanuki%2Fs3_fdw/lists"}