![]() |
VOOZH | about |
The CData ODBC Driver for Mocean enables access to live data from Mocean under the ODBC standard, allowing you work with Mocean data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Mocean data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Mocean data in Dundas BI.
Mocean uses API key authentication to control access to the API. To obtain an API Key:
After obtaining your API Key, set the following connection properties:
Profile=C:\profiles\Mocean.apip;AuthScheme=APIKey;ProfileSettings='APIKey=your_api_key';
Once the authentication is configured, you can connect to Mocean and query data from any of the available tables such as AccountBalance, AccountPricing, MessageStatus, and NumberLookup.
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 Mocean data.
Connect to live data from Mocean with the API Driver
Connect to Mocean