I am working on a website that pulls data from an external API. I wanted to pull the data from the API and store it in my own database for use so I can streamline its use. From previous research it looks like I should be doing the following:
- Use App Engine to query the external API
- Store that data into a Firestore database
- Use cloud scheduler to use the App Engine script to update the database nightly/weekly.
- Use the database for use on my website
I am not sure how exactly to go about using App Engine for this use. Also, if there is a simpler way to do this, I would love any suggestions.
Aucun commentaire:
Enregistrer un commentaire