Skip to content

Major Risk, Technical Risk and Solution

Kodchakan Prajob edited this page Oct 30, 2022 · 3 revisions

Major Risk

We don't know how to handle with fetch the data from API.
At first, we are not familiar with how to fetch the data from API and how to put into the Django models.

Solution

We study and exercise with fetching the data from API.
Finally, we are understand the process and can populate the data to Django model as we want.


Technical Risk

Due to many trials and working with fetching data from API. We have exceed the limited of API request quota.

(First approch) Solution

We use the new API key when it reached the limit.

Solution

Use Cache of values that have queried.

We use caching now. Save our time and data so much using Cache.

Clone this wiki locally