Could you please me how to organize a project if there is a base and 1000+ endpoint api (in each endpoint there are several dozen calls) that you need to pull and fill this to database.
Some api should be pulled rarely once a day, some need to be performed every second. There are those that run for 30 seconds. and higher. There are those who instantly give an answer.
All api are third-party and there is no way to influence them. Tell me how to better organize the project.
In my head, only for each api do my own script and put it in the crowns. But it seems to me that this is not a very good solution and connections to the database will be for each script and managing all of this, I think, will be difficult, but I can’t figure out how to do it better. :(
Aucun commentaire:
Enregistrer un commentaire