Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msergo/flying-pigs-hazelcast
Hazelcast-jet jobs for processing flights from OpenSky
https://github.com/msergo/flying-pigs-hazelcast
Last synced: about 2 months ago
JSON representation
Hazelcast-jet jobs for processing flights from OpenSky
- Host: GitHub
- URL: https://github.com/msergo/flying-pigs-hazelcast
- Owner: msergo
- Created: 2023-03-15T22:18:09.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T20:17:01.000Z (over 1 year ago)
- Last Synced: 2023-08-12T04:42:33.318Z (over 1 year ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flying-pigs-hazelcast
Hazelcast-jet job for processing flights from OpenSky.This project aims to showcase the capabilities of the Hazelcast Jet framework in a real-world data processing scenario.
It involves processing flight data, derived from the public OpenSky Network, to provide insights and notifications.### Overview
Flying Pigs Data Processing Project leverages Hazelcast Jet, a powerful open-source data processing engine, to analyze and process flight data.
The project demonstrates how to build a data processing pipeline that extracts insights from flight data and sends notifications using various data sources and sinks.
In default implementation is gets data from a RabbitMQ exchange and posts results to a remote API with HTTP requests.
More details in [the article about it](https://sergiiwrites.online/2023/08/04/flying-pigs.html).### License
MIT