You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take a look at the system architecture description on the main page. Essentially, the live timing data is process by an ingestor which passes the formatted data into a mongo database. Then the API gets the data from this database using parameters from your request. So overall I don't think you would save on server requests since each live-timing endpoint would need to ingest data from the Formula 1 website.
Depending on your use-case, you may find it beneficial to run a local instance on the database and ingestor so that the only requests that need to be made are to the Formula 1 live-timing website/API.
Is it possible to create an endpoint for live timing, this endpoint return the latest info for all others endpoints.
This will save server requests.
The text was updated successfully, but these errors were encountered: