PDGA Data is an ETL (Extract, Transform, Load) pipeline application built in Python. Focusing on public data related to discs and companies, it is designed to collect data from the Professional Disc Golf Association (PDGA) website, APIs, process it, and use it for further analysis.
โ ๏ธ Warning This project is in the process of being refactored and isolated from an older and larger project of mine. Currently the project will aquire, extract, and transform (some) of the data.
- ๐ฅ Extract disc and company data
- ๐ Player stats, and event information
- ๐ Transform data into structured formats for easier analysis.
- ๐พ Load data into a database for persistence and queryability.
- ๐ Suitable for data visualization and analytics pipelines.