shlogg · Early preview
Rahman Badru @dolapobadru

Building A Weather Dashboard With Python And AWS S3

Build a weather dashboard with Python & AWS S3: fetch real-time weather data from OpenWeatherAPI, process it, and store results in JSON format on S3 Bucket.

Background

This project is a part of the 30 Days All Star Devops Challenge that aims to increase proficiency in Devops through a series of hands-on projects and documentation.

  
  
  Project Description

This project makes use of Python and AWS Services (S3) to retrieve weather data from OpenWeatherAPI and stores the results in a json format in an S3 Bucket.

  
  
  Tools Used:

Python: Language used to set up the Weather Dashboard
AWS S3 ( Simple Storage Service): AWS Storage Solution
OpenWeather API Key
Boto3 : AWS SDK used by python to interact with the S3 Bucket
requests: Python librar...