Skip to content

Files

Latest commit

b80b54d · Jun 5, 2022

History

History
80 lines (47 loc) · 5.47 KB

visualize-qlik-sense.md

File metadata and controls

80 lines (47 loc) · 5.47 KB
title description ms.service ms.subservice author ms.author ms.topic ms.date ms.reviewer
Connect Qlik Sense to Azure Cosmos DB and visualize your data
This article describes the steps required to connect Azure Cosmos DB to Qlik Sense and visualize your data.
cosmos-db
cosmosdb-sql
gahl-levy
gahllevy
how-to
05/23/2019
mjbrown

Connect Qlik Sense to Azure Cosmos DB and visualize your data

[!INCLUDEappliesto-sql-mongodb-api]

Qlik Sense is a data visualization tool that combines data from different sources into a single view. Qlik Sense indexes every possible relationship in your data so that you can gain immediate insights to the data. You can visualize Azure Cosmos DB data by using Qlik Sense. This article describes the steps required to connect Azure Cosmos DB to Qlik Sense and visualize your data.

Note

Connecting Qlik Sense to Azure Cosmos DB is currently supported for SQL API and Azure Cosmos DB's API for MongoDB accounts only.

You can Connect Qlik Sense to Azure Cosmos DB with:

  • Cosmos DB SQL API by using the ODBC connector.

  • Azure Cosmos DB's API for MongoDB by using the Qlik Sense MongoDB connector (currently in preview).

  • Azure Cosmos DB's API for MongoDB and SQL API by using REST API connector in Qlik Sense.

  • Cosmos DB Mongo DB API by using the gRPC connector for Qlik Core. This article describes the details of connecting to the Cosmos DB SQL API by using the ODBC connector.

This article describes the details of connecting to the Cosmos DB SQL API by using the ODBC connector.

Prerequisites

Before following the instructions in this article, ensure that you have the following resources ready:

  • Download the Qlik Sense Desktop or set up Qlik Sense in Azure by Installing the Qlik Sense marketplace item.

  • Download the video game data, this sample data is in CSV format. You will store this data in a Cosmos DB account and visualize it in Qlik Sense.

  • Create an Azure Cosmos DB SQL API account by using the steps described in create an account section of the quickstart article.

  • Create a database and a collection – You can use set the collection throughput value to 1000 RU/s.

  • Load the sample video game sales data to your Cosmos DB account. You can import the data by using Azure Cosmos DB data migration tool, you can do a sequential or a bulk import of data. It takes around 3-5 minutes for the data to import to the Cosmos DB account.

  • Download, install, and configure the ODBC driver by using the steps in the connect to Cosmos DB with ODBC driver article. The video game data is a simple data set and you don’t have to edit the schema, just use the default collection-mapping schema.

Connect Qlik Sense to Cosmos DB

  1. Open Qlik Sense and select Create new app. Provide a name for your app and select Create.

    :::image type="content" source="./media/visualize-qlik-sense/create-new-qlik-sense-app.png" alt-text="Create a new Qlik Sense app":::

  2. After the new app is created successfully, select Open app and choose Add data from files and other sources.

  3. From the data sources, select ODBC to open the new connection setup window.

  4. Switch to User DSN and choose the ODBC connection you created earlier. Provide a name for the connection and select Create.

    :::image type="content" source="./media/visualize-qlik-sense/create-new-connection.png" alt-text="Create a new connection":::

  5. After you create the connection, you can choose the database, collection where the video game data is located and then preview it.

    :::image type="content" source="./media/visualize-qlik-sense/choose-database-and-collection.png" alt-text="Choose the database and collection":::

  6. Next select Add data to load the data to Qlik Sense. After you load data to Qlik Sense, you can generate insights and perform analysis on the data. You can either use the insights or build your own app exploring the video games sales. The following image shows

    :::image type="content" source="./media/visualize-qlik-sense/visualize-data.png" alt-text="Visualize data":::

Limitations when connecting with ODBC

Cosmos DB is a schema-less distributed database with drivers modeled around developer needs. The ODBC driver requires a database with schema to infer columns, their data types, and other properties. The regular SQL query or the DML syntax with relational capability is not applicable to Cosmos DB SQL API because SQL API is not ANSI SQL. Due to this reason, the SQL statements issued through the ODBC driver are translated into Cosmos DB-specific SQL syntax that doesn’t have equivalents for all constructs. To prevent these translation issues, you must apply a schema when setting up the ODBC connection. The connect with ODBC driver article gives you suggestions and methods to help you configure the schema. Make sure to create this mapping for every database/collection within the Cosmos DB account.

Next Steps

If you are using a different visualization tool such as Power BI, you can connect to it by using the instructions in the following doc: