summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2026-06-26refactor: pipeline SPARQL and wiki data in paralleldev3-166/+169
2026-06-26.dev1-8/+0
2026-06-26refactor: decode wiki_article names once in DB, encode on senddev1-4/+0
2026-06-26fix: decode wiki article names for clean storagedev2-4/+7
2026-06-26fix: avoid double URL-encoding of wiki article namesdev1-4/+11
2026-06-26feat: track wiki_status_code and skip 404 entries on rerundev1-23/+47
2026-06-25fix: add 429 retry with exponential backoff and increase rate limit delaydev1-9/+32
2026-06-25feat: fetch missing wiki data from custom server and populate imdb tabledev3-0/+291
2026-06-25fix: skip already-classified entries in wikidata querydev1-1/+1
2026-06-25feat: set has_no_wiki_article flag for entries without Wikipedia articledev1-13/+34
2026-06-25feat: fetch Wikipedia article titles via Wikidata SPARQLdev2-0/+243
2026-06-24fix: use INSERT IGNORE for imdb_genre to handle re-runsdev1-1/+1
2026-06-24feat: adapt genre code for n:m relation via imdb_genredev1-9/+29
2026-06-24feat: populate genre table from title.basics.tsvdev1-11/+47
2026-06-24fix: correct TSV parsing — use line-by-line reader and proper column indicesdev1-30/+57
2026-06-24chore: delete .gz files after extracting in downloadImdbDatasetsdev1-0/+3
2026-06-24move download pathdev1-1/+1
2026-06-24feat: fetchAndUpdateImdbData — download IMDB datasets and populate imdb tabledev2-0/+352
2026-06-24feat: populate imdb table with unique title IDs from linksdev1-0/+91
2026-06-24feat: extract IMDB title IDs from links URLs into param fielddev3-15/+87
2026-06-24feat: add AccessToken back to Config struct (json:"-" to exclude from seriali...dev1-0/+1
2026-06-24chore: remove access_token from config (calculated by program)dev2-4/+0
2026-06-24feat: switch config to JSON; add go.mod and config.json.exampledev4-88/+57
2026-06-24chore: commit existing config.go changesdev1-1/+2
2026-06-24Initial commitdev2-0/+143