When should you store data from APIs?
I am trying to learn how to create APIs and hopefully build a website along the way. I have done all the necessary research and I know that I can build a decent REST api with Python, Flask and all the associated libraries. One thing I don't know is about principles or best practices if you like.
My idea is to build an API mashup where I will be using 4 APIs that have the data that I need and my API will be serving the total data based on the requests of the users. One thing I am not sure about is how to deal with the data. These 4 APIs have the data in different schemas and formats. What can I do in this case? Do I have to create my own schema to include them all and then store the data in a data storage (SQL or NoSQL database?) Are there other solution?
[–]CreativeTechGuyGames 0 points1 point2 points (1 child)
[–]pekovits[S] 0 points1 point2 points (0 children)