...
Component | Details |
---|---|
Overview | The idea is to implement the following data pipeline: (1) Scrape data in raw form → (2) Format the data and upload the data to our DB → (3) Add new reviews to frontend. Stages (1) and (2) should be done via individual script. |
Scrape data in raw form | The script(s) here should collect raw data from the following sites,
and output a raw |
Format the data (and thusly upload) | The script(s) here should take in the raw data from the above To inject, we can either make requests to the backend server or do it directly. |
[Resources] | Links: Uni Notes, Reddit, ATAR Notes |
...