nicford / Movilytics

Welcome to our website Movylitics, a Sophisticated GroupLens dataset and tmdb analytics exploration tool.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Update database with new data #5

Closed nicford closed 3 years ago

nicford commented 3 years ago

We can pull new movie data from tmdb using a cronjob (https://docs.nestjs.com/techniques/task-scheduling) and add it to the database. We can also get any changes to existing data from the tmdb api.

NOTE: if we do the latter, we should clear the cache afterwards, so that no stale values remain if somethings changes.

SteveLim99 commented 3 years ago

Database schema and data updated