![]() |
VOOZH | about |
The CData ODBC Driver for Vimeo enables access to live data from Vimeo under the ODBC standard, allowing you work with Vimeo data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Vimeo data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Vimeo data in Dundas BI.
Vimeo is a professional video hosting platform. The Vimeo API uses personal access tokens (bearer tokens) to enable secure access to video metadata, user information, channels, groups, categories, and related resources.
To authenticate to the Vimeo API, you will need to provide a personal access token. To obtain your access token:
After obtaining your access token, set the following connection properties:
Profile=C:\profiles\Vimeo.apip;ProfileSettings='APIKey=your_personal_access_token';
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 Vimeo data.
Connect to live data from Vimeo with the API Driver
Connect to Vimeo