Hi Adrian,
Thanks for such an interesting question. I work for Aristotle Cloud Services Australia.
While we don’t (yet!) have a turnkey way of connecting the Aristotle Metadata Registry to the popular data visualisation products such as (Tableau, PowerBI, QLIKsense) to Aristotle, we fortunately do have a well-documented API for a wide range of Registry functionality (including all viewing and updating all metadata items).
Connecting data visualisation products is therefore then a question of how to connect the data visualisation product to our API.
Tableau
Tableau offers a software toolkit called Web Data Connector (WDC) that offers a way to connect Tableau to arbitrary APIs. Using the toolkit, you write a Web Data Connector, which is a HTML page with JavaScript code that connects to a REST API, converts the data to a JSON format, and passes the data to Tableau.
There’s a step by step tutorial here for writing a WDC here:
Documentation for v4 (the current version) of Aristotle’s API is located at /api/v4 in all our Registry deployments. For a public example of the documentation, check out https://aristotle.cloud/api/v4/.
PowerBI
With PowerBI, you can directly use a Rest API as a data source. From the Get Data dropdown, click through Other > Web, and replace it with the Aristotle API endpoint you’re interested in.
Here’s the Community Help I’m basing this answer off:
QLik
The Qlik REST Connector is a generic connector to a REST API that allows Qlik Sense and Qlik View to load data into Qlik apps from a JSON endpoint (data source).
For more detail on how to set it up, check out the link below:
https://help.qlik.com/en-US/connectors/Subsystems/REST_connector_help/Content/Connectors_REST/REST-connector.htm
Thanks for such an interesting question. If you want more any details, or to discuss data visualisation and Aristotle further, please feel free to reply!