gbejula.hashnode.devBuilding an NBA Data Lake projectIntroduction This is the Day 3 of DevopsAllStarsChallenge This project automates the creation of a data lake for NBA analytics using AWS services. A Python script integrates Amazon S3, AWS Glue, and AWS Athena, and sets up the infrastructure needed t...Jan 22, 2025·2 min read
gbejula.hashnode.devBuilding an NBA Game Day Notification.Introduction This project is for Day 2 of the #DevOpsAllStarsChallenge, and I am excited about it. This project connects to the sports data NBA API to get the available game for the day and sends the notification to the email. It can also be used wit...Jan 16, 2025·4 min read
gbejula.hashnode.devBuilding a Weather Data Collection System using OpenWeather API, Python, and AWSIntroduction This article walks you through collecting real-time weather data from the OpenWeatherMap API using Python. The data is stored in AWS S3. The architectural diagram for the project is below Prerequisites Python 3.x - ensure that Python3 i...Jan 8, 2025·3 min read
gbejula.hashnode.devDeploy Python3, Docker, and Docker compose on Amazon Linux instance on AWS using Ansible.Introduction This is a hands-on demonstration of installing python3, docker, and docker-compose on an Amazon Linux instance on AWS using Ansible. You will need an AWS account and a host machine with Ansible installed to follow along. I used a Windows...Jan 3, 2025·2 min read
gbejula.hashnode.devHow to create an Virtual Private Cloud in AWS.This is a step-by-step document on how to create a Virtual Private Cloud in AWS. A virtual private cloud is a virtual network that is a logically isolated section of the AWS Cloud. To follow along, create an AWS account, it is free. Log in to your AW...Jul 7, 2023·2 min read