![]() |
VOOZH | about |
The CData ODBC Driver for Nuclia enables access to live data from Nuclia under the ODBC standard, allowing you work with Nuclia data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to Nuclia data as a generic ODBC Data Provider and create charts, reports, and dashboards based on Nuclia data in Dundas BI.
Nuclia uses API key authentication for accessing Knowledge Box data. To obtain an API key:
After obtaining your API key, set the following connection properties:
Profile=C:\profiles\Nuclia.apip;AuthScheme=APIKey;APIKey=your_service_account_key;KbId=your_kb_uuid;Zone=aws-us-east-2-1;
Once the authentication is configured, you can connect to Nuclia and query data from any of the available tables such as Resources, KnowledgeBox, LabelSets, and ProcessingStatus.
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 Nuclia data.
Connect to live data from Nuclia with the API Driver
Connect to Nuclia