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

Stub Out ETL Endpoint #9

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Conversation

escottalexander
Copy link
Collaborator

OSO will provide timestamped data for querying so we don't need to think about storing the actual data on a daily basis. But since the data does need a little processing (applying the weights, aggregating to get totals) it makes sense to keep this structure to ensure the end user does the minimal amount of data processing to see it on their front end.

Closes #8

Copy link
Collaborator

@swellander swellander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@escottalexander sorry for the late review! The endpoint you stubbed out looks good 👍 and thanks for including the descriptions of the different impact metrics we'll be using

packages/nextjs/app/types/OSO.ts Show resolved Hide resolved
packages/nextjs/app/types/OSO.ts Show resolved Hide resolved
@escottalexander escottalexander merged commit 76c4606 into BuidlGuidl:main Jun 17, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

Stub out an API method that will kick off the daily data pipeline
2 participants