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

Support SELECT of parquet file on local file system or Amazon S3 (MINIO) #44

Open
MinhLA1410 opened this issue Mar 10, 2022 · 0 comments

Comments

@MinhLA1410
Copy link
Contributor

Currently, we already implement parquet_fdw can select parquet file on both local file and Amazon S3(instead of MINIO).
I would like to contribute them into repository and community if you have interest?.
I will create pull request for share this feature.

Summary modification:

  • Install dependent libraries AWS SDK for C++ (libaws-cpp-sdk-core libaws-cpp-sdk-s3): Use this library to access and Amazon S3 or MINIO
  • Add parquet_s3_fdw_server.cpp: handle server option
  • Add parquet_s3_fdw_connection.cpp: handle connection to Amazon S3 (MINIO)
  • Option filenames when select parquet file on Amazon S3(MINIO): filename 's3://data/simple/example.1'
  • Add option dirname : extract filename in path to directory having Parquet files to create foreign table.
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

No branches or pull requests

1 participant