Created covid data pipeline using PySpark and MySQL that collected data stream from API

Created covid data pipeline using PySpark and MySQL that collected data stream from API and do some processing and store it into MYSQL database.

Tools used : PySpark , MySQL

Procedure

  1. Fetch latest data from API using requests & pandas module of python.

  2. Apply some data processing and filtering to generate summarized information.

  3. Store that summarized information into database using MySQL.

To build above pipeline i had used pyspark

{IMPORTANT}

Before move to the execution part please read below sentences