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

[Backend] Query data from source API #640

Open
glenflorendo opened this issue Mar 27, 2024 · 0 comments
Open

[Backend] Query data from source API #640

glenflorendo opened this issue Mar 27, 2024 · 0 comments
Assignees

Comments

@glenflorendo
Copy link
Member

glenflorendo commented Mar 27, 2024

User Story

As a developer, I want to implement a temporary solution to query data directly from our source data API to unblock the development process while the data science team works on the data pipeline to our database. This solution should be efficient and maintainable, and it may become a standard implementation based on its performance.

Description

Currently, the data pipeline to our database is not yet completed, which is blocking the development of certain features that require access to data. To unblock the development process, we will implement a temporary solution to query data directly from our source data API. This solution will allow us to continue development while the data science team works on completing the data pipeline.

Acceptance Criteria

  • Implement a data query mechanism to fetch data from the source data API.
  • Ensure that the implementation is efficient and does not significantly impact application performance.
  • Design the implementation to be easily replaceable once the data pipeline to the database is completed.
  • Update the necessary components and modules to use the temporary data query implementation.
  • Test the implementation to ensure that it works as expected and does not introduce regressions.

Technical References

Dataset Home Page
Dataset API Docs

Design References

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

3 participants