Please advise on whether I’m thinking about this in a sound way, or if I’m missing key considerations.My plan is to have users register, then browse movies and add their ratings to each movie.I could have a postgres DB with join tables to do stuff like, user has many movies via ratings.Or I could go with a mongoDB which stores a user object that can have an array of rating objects, containing a movie-id and a rating number for reference.Either way, a user can end up with hundreds or even thousands of ratings. Is any of these options clearly better? I’m finding it difficult to understand what weighs most in order to make a decision here.
Submitted February 13, 2020 at 08:34PM by redditsthenewblack
No comments:
Post a Comment