Welcome to my repository for the AWS-NBA-DevOpsAllStars-Challenge, hosted by Cozy Cloud Crew! This repository showcases a series of DevOps projects combining NBA analytics and AWS-powered solutions to solve real-world challenges. Each project is neatly organized into its own folder and highlights the use of modern cloud services, automation, and event-driven architecture.
SN | Project Name | Cloud-Native DevOps Stack | Project Description | Links |
---|---|---|---|---|
1 | Weather Dashboard | AWS S3, OpenWeather API, Python | A Python-based solution that fetches real-time weather data from the OpenWeather API and stores it in AWS S3 for analysis and visualization. | Blog / Portfolio |
2 | NBA Game Day Notification Alert | AWS Lambda, SNS, EventBridge, Sports API, Python | An event-driven application that retrieves live NBA game updates using the Sports API and sends notifications via AWS SNS. The system utilizes AWS Lambda for processing, EventBridge for scheduling. | Blog / Portfolio |
Note: Click on the project names below to view their respective architecture diagrams.
- API Integration: Gained experience in fetching and processing data from the OpenWeather using Python API.
- AWS S3: Learned to store and manage data in AWS S3 buckets through python script.
- Event-Driven Architecture: Designed workflows using AWS EventBridge to trigger AWS Lambda functions.
- Notification Services: Implemented AWS SNS to send real-time notifications via email/SMS.
AWS-NBA-DevOpsAllStars-Challenge-2025/
|
├── Assets/ # Contains screenshots for each project.
│ ├── D1-Weather-Dashboard/
│ ├── D2-NBA-Game-Day-Notification-Alert/
│ | |
| | |
│ └── Dn-Final project
├── D1-Weather-Dashboard/
│ ├── src/
│ ├── weather_data/
| ├── requirement.txt
│ └── README.md
├── D2-NBA-Game-Day-Notification-Alert/
│ ├── Policies/
│ ├── src/
│ └── README.md
|
├── D3-NBA-Data-Lake/
|
|
|
|
└── README.md (This file)
- AWS Services: S3, Lambda, EventBridge, SNS, Athena, Glue,
- Programming Language: Python
- Infrastructure as Code: Terraform
- Containerization: Docker
- Other Tools: Boto3, AWS CLI
- Clone this repository:
git clone https://github.com/vsingh55/AWS-NBA-DevOpsAllStars-Challenge-2025.git
- Navigate to the respective project folder to explore its implementation and run the code.
- Follow the
README.md
in each project folder for setup and execution instructions.
Vijay Kumar Singh
LinkedIn: Happy to Connect !!
Portfolio: Visit my website
Blog: Feel free to checkout
Check back frequently as this repository evolves throughout the challenge. Happy exploring! 🚀