on 03-14-2022 03:20 PM - edited on 10-04-2022 08:18 AM by KailaT
You can take advantage of the Incorta SQL Interface (SQLi) to access data from your Incorta tenants using the PostgresSQL protocol. What this allows you to do is build dashboards using data stored in Incorta in third party visualization tools like Tableau and Power BI. This article points you to the best practices for building dashboards when using third party visualization tools.
We recommend that you be familiar with these Incorta concepts before exploring this topic further.
These concepts apply to all versions 4.5+ of Incorta for customers who implement Incorta on premises or in the cloud.
Incorta has been used as a data source successfully by many customers. Below are best practices for you to keep in mind as you configure your third-party visualization tool in preparation for creating dashboards with Incorta data in them. Once they are configured, the concepts explained in the Dashboard Design Principles and Visual Analytics In Incorta articles on Community are universal and can be a good reference as you build your dashboards.
Read this article for detailed information and best practices on how to build Tableau dashboards using Incorta data as your source.
Read this article for detailed information and best practices on how to build PowerBI dashboards using Incorta data as your source.
As long as your visualization tool can access data using the PostgresSQL protocol, then you can use Incorta as a source. Follow the instructions here to configure your tool. If you have any questions about the integration, check or post to the community or work with Support or Customer Success who will be happy to help.
Beginning with Incorta 5, Incorta’s public application programming interface (API) allows developers to interact with data within Incorta for programmatic uses. The power of being able to access data programmatically opens the door to many new applications. Incorta receives API endpoint request payloads and returns response payloads in JSON. The following document from Incorta Docs discusses the Incorta API implementation.
Attached to this document is a Zip file containing sample python code using the APIs. It includes a sample dashboard and a sample insight setup. We use pretty tables to create a formatted tabular output of the JSON output.