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

Consider asynchronous APIs #77

Open
AdrianDAlessandro opened this issue Jun 19, 2023 · 0 comments
Open

Consider asynchronous APIs #77

AdrianDAlessandro opened this issue Jun 19, 2023 · 0 comments
Labels
feature Adding new functionality, small or large on hold

Comments

@AdrianDAlessandro
Copy link
Collaborator

Problem:
The APIs are all currently implemented in a single-threaded manner. This might not be adequate for the performance of the system once in full-flight.

Proposed Solution:
Once the models are connected and the vis system is running, if the performance of the datahub is limiting the visualisation, the asynchronous ability of FastAPI should be considered for performance improvements

@AdrianDAlessandro AdrianDAlessandro added feature Adding new functionality, small or large on hold labels Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Adding new functionality, small or large on hold
Projects
None yet
Development

No branches or pull requests

1 participant