https://github.com/mneedham/flight-delay-recommendations
https://github.com/mneedham/flight-delay-recommendations
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mneedham/flight-delay-recommendations
- Owner: mneedham
- Created: 2023-06-26T13:02:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T12:23:51.000Z (almost 3 years ago)
- Last Synced: 2025-04-11T14:57:01.703Z (about 1 year ago)
- Language: Python
- Size: 5.46 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Flight Delay Recommendations
This repository contains a demo showing how to build a real-time flight delay notification system.
An architecture diagram of the system is shown below.
image::images/architecture.png[title="Flight Delay Recommendations Architecture Diagram"]
== Tools
We use the following tools:
* Redpanda - In charge of all the streams.
* Quix - Detects flight delay events and triggers customer notifications
* Apache Pinot - Finds customers affected by delays and finds flights for impacted customers.
* OpenAI - Generate the notification messages sent to customers
== How do I run it?
You can find step by step instructions in link:DEMO.md[DEMO.md]