/academic-knowledge-analytics-visualization

Various examples to perform big data analytics over Microsoft Academic Graph and visualize the results.

Primary LanguageC#MIT LicenseMIT

title services platforms author ms.topic ms.service description
Analytics and Visualization Samples for Academic Graph
academic-knowledge
dotnet
alch-msft
tutorial
data-lake-analytics
This project illustrates how to perform analystics and visualization for Microsoft Academic Graph using Data Lake Analytics (USQL) and Power BI.

Analytics & Visualization Samples for Academic Graph

This project aims to help data scientists become familar with the Microsoft Academic Graph through analystics and visualization samples using Data Lake Analytics (USQL) and Power BI.

Samples

The project contains 13 samples

Getting Started

Pre-requisites

Quickstart

Overview

  1. Download or clone the repository.
  2. Open the solution /src/AcademicAnalytics.sln
  3. Take a look at the academic graph data schema and run CreateDatabase.usql from common scripts
  4. For each tutorial there should be: A USQL script(.usql), a Power BI report(.pbix), a Power BI template(.pbit) and a README explaining the tutorial.
  5. Althought each tutorial is different, running the USQL script as is and filling out the Power BI template using the same USQL parameters should give you a Power BI report with visualizations that match the Power BI report example included in the tutorial. Since the Microsoft Academic graph is contently improving, different graph verions may give you slightly different results.

Working with USQL scripts

  • How to run

    • Make sure you have selected your ADLA account

    Select your ADLA Account in Visual Studio

    • Build the script first to validate syntax

    Build USQL script in Visual Studio

    • Submit your script to your ADLA account

    Submit USCQL script in Visual Studio

  • How to view the results

    • You can view the results via azure portal

    Azure Data lake Analyatics Data explorer Azure Data lake Analyatics Data explorer2

Using Power BI

  • Make sure USQL script finished sucessfully
  • Open up corresponding Power BI Template(.pbit) from file explorer (Visual studio doesn't recognize Power BI files)
  • Enter your ADL information and parameters corrisponding to your scripts Sample template load
  • Make sure the parameters cases are the same as your script and "click" to load

Resources