Skip to content

Change the way data is stored #3

@skudz96

Description

@skudz96
  • Currently hard-coding IMDB data in a JSON

We have 3 options going forward:

  1. Find a film API that is free (such as https://developer.imdb.com/documentation/api-documentation/getting-access/, which would be good as it teaches us about AWS. https://letterboxd.com/api-beta/ as a backup)
  2. Find a cloud DB we can use, think of DB schema, create this, populate with IMDB data (same data set or find a better one?)
  3. Keep it as it is

This is not super important at the current moment in time, as it does what we want it to anyway. Once all the other functionality is in place, time to start thinking about implementing the database.

Sub-issues

Metadata

Metadata

Labels

BacklogNot immediately importantDatabaseIncluding requests to DB

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions