> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 외부 도구와 Insights 연결

> 레거시 PlayFab Insights를 Power BI, Kusto Explorer, Azure Data Explorer, Azure Data Factory, Grafana, Python, Kusto C# SDK와 같은 외부 도구와 연결합니다.

# 외부 도구를 Insights에 연결

PlayFab Insights는 게임 데이터와 사용자가 만들어내는 트렌드에 대한 전례 없는 통찰을 제공합니다. Insights의 강점 중 하나는 다른 다양한 데이터 및 분석 도구와 함께 사용할 수 있는 유연성입니다. 이 섹션에는 Insights를 다른 도구에 연결하는 방법을 보여주는 자습서가 포함되어 있습니다.

현재 Insights에는 다음과 같은 외부 도구를 연결할 수 있습니다.

* [Power BI에 연결](#power-bi)
* [Kusto Explorer에 연결](#kusto-explorer)
* [Azure Data Explorer(ADX)에 연결](#azure-data-explorer-adx)
* [Azure Data Factory(ADF)에 연결](#azure-data-factory-adf)
* [Grafana에 연결](#grafana)
* [Python에 연결](#python)
* [Kusto C# SDK에 연결](#kusto-c-sdk)

<Note>
  PlayFab Insights Management는 2023년 12월 11일에 지원이 중단되었습니다. 앞으로 성능과 비용을 관리하려면 [Azure Data Explorer(ADX) Connections](/services/playfab/data-analytics/export-data/data-connection-adx)를 사용하는 것이 좋습니다. 타이틀이 아직 **Insights**를 사용하고 있다면 구현 세부 정보는 이 문서를 계속 참고하세요. 자세한 내용은 [Insights Deprecation Blog](https://developer.microsoft.com/en-us/games/articles/2023/09/playfab-insights-management-to-be-deprecated-starting-december-11/)를 참조하세요.
</Note>

<Info>
  Insights는 V1 쿼리 응답 스키마만 지원합니다. 일부 도구의 경우 V1 파서와 결과 프로토콜을 사용하도록 도구 설정을 업데이트해야 할 수 있습니다.
</Info>

## Power BI

Power BI와 Insights를 함께 사용하면 게임 데이터의 시각화를 쉽게 만들 수 있습니다.

시작하려면 자습서 [Connecting Power BI to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-power-bi-to-insights)를 참조하세요.

## Kusto Explorer

Kusto Explorer는 Kusto 쿼리 언어를 사용하여 게임 데이터를 탐색할 수 있는 풍부한 데스크톱 애플리케이션입니다.

시작하려면 자습서 [Connecting Kusto Explorer to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-kusto-explorer-to-insights)를 참조하세요.

## Azure Data Explorer(ADX)

Azure Data Explorer는 SQL 유사 쿼리 언어를 사용하여 게임 데이터에서 관련 인사이트를 발견할 수 있는 확장 가능한 데이터 탐색 서비스입니다.

시작하려면 자습서 [Connecting Azure Data Explorer to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-azure-data-explorer-to-insights)를 참조하세요.

## Azure Data Factory(ADF)

Azure Data Factory는 대규모 데이터 이동과 데이터 변환을 오케스트레이션하는 워크플로를 만들 수 있는 관리형 클라우드 및 데이터 통합 서비스입니다. 적절한 컨텍스트로 게임 데이터를 보완하여 의미 있는 인사이트를 추출할 수 있습니다.

시작하려면 자습서 [Connecting Azure Data Factory to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-azure-data-factory-to-insights)를 참조하세요.

## Grafana

Grafana는 분석과 모니터링 시스템을 실행하기 위한 오픈 소스 도구입니다. Insights에서 데이터를 가져와 다양한 시각화 옵션이 포함된 대시보드를 유지 관리합니다.

시작하려면 자습서 [Connecting Grafana to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-grafana-to-insights)를 참조하세요.

## Python

Python을 Insights에 연결하여 게임 데이터를 쿼리하는 옵션이 있으며, Jupyter Notebooks에서 라이브러리를 사용하는 것도 가능합니다.

시작하려면 자습서 [Connecting Python to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-python-to-insights)를 참조하세요.

## Kusto C# SDK

Kusto C# SDK는 Azure Functions에서 Insights를 쿼리하는 기능까지 포함하여 Kusto의 모든 기능을 제공합니다.

시작하려면 자습서 [Connecting Kusto C# SDK to Insights](/services/playfab/data-analytics/legacy/connectivity/connecting-kusto-csharp-to-insights)를 참조하세요.


## Related topics

- [외부 도구와 Insights 연결](/ko/services/playfab/data-analytics/legacy/connectivity/index.md)
- [Insights](/ko/services/playfab/data-analytics/legacy/insights/overview.md)
- [Grafana를 Insights에 연결](/ko/services/playfab/data-analytics/legacy/connectivity/connecting-grafana-to-insights.md)
- [Python을 Insights에 연결](/ko/services/playfab/data-analytics/legacy/connectivity/connecting-python-to-insights.md)
- [Power BI를 Insights에 연결](/ko/services/playfab/data-analytics/legacy/connectivity/connecting-power-bi-to-insights.md)
