cangencer / hazelcast-demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hazelcast Jet Demo Applications

These are Demonstration applications using Hazelcast Jet. Each is a full application and demonstrates how you can use Jet to solve real-world problems.

For smaller, feature specific samples see https://github.com/hazelcast/hazelcast-jet-code-samples

Application Demos

  • Bitcoin Death Cross - Predicting 2018's downward trend for Bitcoin.
  • Real-time Image Recognition - Recognizes images present in the webcam video input with a model trained with CIFAR-10 dataset.
  • Twitter Cryptocurrency Sentiment Analysis - Twitter content is analyzed in real time to calculate cryptocurrency trend list with popularity index.
  • Real-Time Road Traffic Analysis and Prediction - Continuously computes linear regression models from current traffic. Uses the trend from week ago to predict traffic now.
  • Real-time Sports Betting Engine - This is a simple example of a sports book and is a good introduction to the Pipeline API. It also uses Hazelcast IMDG as an in-memory data store.
  • Flight Telemetry - Reads a stream of telemetry data from ADB-S on all commercial aircraft flying anywhere in the world. There is typically 5,000 - 6,000 aircraft at any point in time. This is then filtered, aggregated and certain features are enriched and displayed in Grafana.
  • Market Data Ingestion - Uploads a stream of stock market data (prices) from a Kafka topic into an IMDG map. Data is analysed as part of the upload process, calculating the moving averages to detect buy/sell indicators. Input data here is manufactured to ensure such indicators exist, but this is easy to reconnect to real input.
  • Markov Chain Generator Generates a Markov Chain with probabilities based on supplied classical books.
  • Train Track An Apache Beam IOT example, tracking a GPS feed from a train.
  • TensorFlow A TensorFlow example showcasing a ML model execution in Hazelcast Jet pipelines.
  • Debezium Change Data Capture with Apache Kafka A Debezium example showcasing consumption of CDC events from Apache Kafka in Hazelcast Jet pipelines.
  • Debezium Change Data Capture without Apache Kafka A Debezium example showcasing consumption of CDC events directly from Debezium using Kafka Connect source in Hazelcast Jet pipelines.

External Demos

Prerequisites

  • Git Large File Storage: Installation Guide Some of the demo applications includes machine learning models in their use cases. Since some models' size exceeds GitHub's 100MB file storage limit this repository uses Git LFS.
  • Java Development Kit 8+: Installation Guide
  • Apache Maven: Installation Guide

About

License:Apache License 2.0


Languages

Language:Java 77.8%Language:JavaScript 11.1%Language:CSS 4.6%Language:Shell 4.5%Language:Python 1.5%Language:HTML 0.3%Language:Makefile 0.2%