Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 3.13 KB

File metadata and controls

69 lines (45 loc) · 3.13 KB
title author description ms.author ms.date ms.topic ms.service keywords ms.localizationpriority
Connecting external tools with Insights
natashaorie
Guide to connecting external tools with Insights.
norie
03/20/2020
article
playfab
playfab, insights
medium

Connecting external tools to Insights

PlayFab Insights offers an unprecedented look into your game's data and the trends created by your users. Part of Insights' power is the flexibility to be paired with many other data and analytics tools. This section contains tutorials that show you how to connect Insights to other tools.

Currently, you can connect the following external tools to Insights:

Important

Insights only supports the V1 query response schema. For some tools, you may need to update your tool's settings to use the V1 parser and results protocol.

Power BI

Pairing Power BI with Insights allows you to easily create visualizations of your game data.

To get started, go to the tutorial Connecting Power BI to Insights.

Kusto Explorer

Kusto Explorer is a rich desktop application that allows you to explore your game data using Kusto query language.

To get started, go to the tutorial Connecting Kusto Explorer to Insights.

Azure Data Explorer (ADX)

Azure Data Explorer is a scalable data exploration service that allows you to discover relevant insights into your game data using a SQL-like query language.

To get started, go to the tutorial Connecting Azure Data Explorer to Insights.

Azure Data Factory (ADF)

Azure Data Factory is a managed cloud service and data integration service that allows you to create workflows for orchestrating data movement and transforming data at scale. You can supplement your game data with the proper context to extract meaningful insights.

To get started, go to the tutorial Connecting Azure Data Factory to Insights.

Grafana

Grafana is an open-source tool for running analytics and monitoring systems. It pulls data from Insights to maintain dashboards with a wide variety of visualization options.

To get started, go to the tutorial Connecting Grafana to Insights.

Python

You have the option to connect Python to Insights and query your game data with it, including using the library from Jupyter Notebooks.

To get started, go to the tutorial Connecting Python to Insights.

Kusto C# SDK

The Kusto C# SDK offers all the capabilities of Kusto, with the additional ability to query Insights from Azure functions.

To get started, go to the tutorial Connecting Kusto C# SDK to Insights.