User Story
As a developer, I want to try to automate the process of mass updating the RateMyProfessor (RMP) data stored in our database.
Technical Tasks
- Create a function or shell command to automate the process of mass updating RateMyProfessor data for every professor
- Research limits on GraphQL to prevent getting rate limited by RMP's API
- The function SHOULD be "slow" enough to prevent getting rate limited by both RMP and the service that hosts our MySQL database
Acceptance Criteria
- Function or shell command can be run to update ALL of the entries that need new information on a periodic basis.
- Spit out logs showing progress of function to estimate how long / how completed the data is
User Story
As a developer, I want to try to automate the process of mass updating the RateMyProfessor (RMP) data stored in our database.
Technical Tasks
Acceptance Criteria