Why?
I want to populate my feed from udisc scorecards.
How?
To Dos
- Upload to s3 ā 2023-09-16
- download file, turn to json ā 2023-09-16
- delete table ā 2023-09-16
- create table ā 2023-09-16
- load json data ā 2023-09-16
- Populate feed ā 2023-09-16
- Change how nextjs loads data ā 2023-09-16
After Thoughts
This was insanely easy after the building blocks were in place:
- Example kestra flow
- Example sql to populate the feed
- Example sql to regenerate its part of the feed
- Easy way to upload a CSV
- Next.js already knows its DB connection string, I just changed the sql, changed the Typescript type, and Iām off to the races rendering the data