hackforla / lucky-parking

Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
https://www.hackforla.org/projects/lucky-parking.html
34 stars 59 forks source link

[Backend] Query data from source API #640

Open glenflorendo opened 3 months ago

glenflorendo commented 3 months ago

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

Technical References

Dataset Home Page Dataset API Docs

Design References