Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 659 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 659 Bytes

Golang Parquet Example

Sample repository showing a simple use case for parsing an Apache Parquet format file using the Go library parquet-go. A supporting Blog Article goes into further depth about the contents of the repos.

  • Environment variables exist in the launch.json file for executing
    • SAMPLE_BUCKET - the s3 bucket where your parquet file is
    • SAMPLE_KEY - the s3 key for the file. This
    • AWS_PROFILE - the profile to be used when connecting to AWS
  • Project could be converted to run multiple files, scan a bucket or even converted into a Lambda