Automate AWS S3 Bucket & Glue Database Creation With Python & NBA Data
Automatically spin up AWS S3 bucket, create Glue db & fetch NBA data using Python. Utilize AWS Athena to query the data. Learn more about AWS S3, Glue, Athena & Python in this tutorial!
Hey there 👋🏼 thanks for stopping by! Today, I will be teaching you how to automatically spin up an AWS S3 bucket, create a Glue database and fetch NBA data to store in the bucket. From there we will utilize AWS Athena to query the data. Stick around to learn more on AWS S3, Glue, Athena and Python! Purpose The purpose of this article is to walk you through how to leverage AWS tools and technologies to fetch, store and visualize data. The technologies that will be used in this article include: GitHub, AWS (S3, Athena, Glue) and Python. Resources Discord YouTube Video from...