abhinandanshrestha / WeatherDatapipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherDatapipeline Practice

Screenshot

Used WeatherAPI (www.weatherapi.com) trial to extract data from the last 7 days and then saved it as a blob in a blob container called "input" which was created in Azure Storage Service. Refer to main.py. Then, used Data Factory to create a pipeline with Copy Activity from blob to Azure SQL Database Service. For creating a pipeline, ensure that you have Linked Service and also Dataset created for both Source (blob) and Sink (SQL Server). After running the pipeline, data is successfully loaded into the SQL Databases. From SQL Databases, we can run Power BI directly by downloading a file.

Screenshots from Power BI: Screenshot (7) Screenshot (8) Screenshot (9) Screenshot (10)

For a pdf of the visualization, refer to visualization.pdf

About


Languages

Language:Python 100.0%