I have wanted to load my strava data into my data platform since I started loading the strength data. I found some really useful instructions that I used as by base here.
I basically use the procedures shown to load my last 200 strava activities. I load this into MySQL, find the new entries which then get loaded into the main MySQL table and then a bulk load into Snowflake. My next step will be to process this into a more meaningful table using either dbt or seeing if I can do something smart with python and a view in Snowflake.
Comments
Post a Comment