Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lifetime endoint #123

Open
vitoramaral10 opened this issue Nov 8, 2024 · 1 comment
Open

Lifetime endoint #123

vitoramaral10 opened this issue Nov 8, 2024 · 1 comment

Comments

@vitoramaral10
Copy link

vitoramaral10 commented Nov 8, 2024

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.

@PrestonHager
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants