Fin je
Dibn DE 3
Ani Da pi
Aha Bl
Data Pipeline
API Extract
Data Viz
Transform
Load Data Storage
API
The API used in this project is Jikan API, which is an open-source API that
provides information from myanimelist.net. Information about the API can be
accessed here: https://jikan.moe/
For this project, the following endpoint is used:
https://api.jikan.moe/v4/seasons/{year}/{season}?page={i}
{year}: the year in which data is requested (e.g. 2020, 2021, …)
{season}: the season in which data is requested (winter, spring, summer, fall)
{page}: the page number of the requested data (e.g. 1, 2, 3, …)
DAG Architecture
Extract
Transform
Load
Postgres Table Result
Analysis Dashboard
Dashboard result of the analysis done on the anime table (done using
Metabase):
https://drive.google.com/file/d/1PnkIUncTggf2UPMe7UXF3OGH5vp_HDLR/vi
ew
Tha