Skip to content

A course designed to teach Fabric Real Time Analytics with real-time flight data. It's evolving slowly so feel free to connect if you want to add things.

Notifications You must be signed in to change notification settings

elastacloud/fabric_realtime_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This course is licensed under the Apache License 2.0.

This is a project designed to send data from the openflight network, in doing so it can be used as an exercise for teaching Kusto and focussing on real-time for both Fabric RTA and also Fabric Medallion with real time capabilities such as flight dimensions using inserts and updates of data for dimensions such as time and carrier.

In order to use the sample you'll need to add a username and password from the opensky network to use some more advanced features. For this you'll need to register with the network here. For this sample you can leave the username and password blank if you're only going to get the state of each aircraft.

Username and password should be entered as an AppSetting or local.settings.json.

OPEN_SKY_USERNAME
OPEN_SKY_PASSWORD

Every 30 secs should yield 10K messages. In order to use this utility create an event hub in Azure ideally with partitions and add the event hub connection string and event hub name. These should be:

EVENT_HUB_CONNECTION_STRING
EVENT_HUB_NAME

The following course modules can be undertaken:

  1. Ingesting into Kusto
  2. Functions, Materialised Views and Update Policies
  3. Building Kusto Dashboards
  4. Building an EventStream with Multiple outputs
  5. Alerting with Data Activator
  6. Reference and Batch with EventHouse
  7. Exercise: Medallion with Flight Data

Happy hunting! Any issues please PR.

About

A course designed to teach Fabric Real Time Analytics with real-time flight data. It's evolving slowly so feel free to connect if you want to add things.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages