![]() |
VOOZH | about |
The CData ODBC Driver for Strava enables access to live data from Strava under the ODBC standard, allowing you work with Strava data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Strava data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Strava data in Dundas BI.
To authenticate to Strava, and connect to your own data or to allow other users to connect to their data, you can use the OAuth standard.
You must create a custom OAuth application to connect to Strava. To create a custom OAuth application:
After setting the following connection properties, you are ready to connect:
Profile=C:\profiles\Strava.apip;AuthScheme=OAuth;InitiateOAuth=GETANDREFRESH;OAuthClientId=your_client_id;OAuthClientSecret=your_client_secret;CallbackURL=http://localhost:33333;
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
You are now ready to create a dashboard with Strava data.
Connect to live data from Strava with the API Driver
Connect to Strava