Strava Data Uploaded to MySQL Using Python

preview_player
Показать описание
I extensively use Strava to record all my workouts. Unfortunately, Strava website does not allow me to run all the analysis I would like to on my activities or download all my activities easily. Fortunately, Strava does provide an API to access all Strava data.

I used a Python script and the Strava Bulk Download to extract my data from Strava. The data was then transformed/split into five tables: athlete, type, gear, activity and details. A relational database schema was designed in MySQL to match the data. And finally, the data was loaded into the schema using Python.

Timeline:
0:00 Introduction
0:09 Project Details
0:34 Extract and Transform (ET)
1:14 Create Schema in MySQL
1:51 Load Data using Python
2:59 Sample Queries
3:45 Questions and Thank you
Рекомендации по теме
Комментарии
Автор

nicely explained ☺, I'm working on this project(dummy data not real one just for practice) how can we connect as I've some query related to this project?

AdarshKumar-kn
visit shbcf.ru