dalelane / kafka-streams-xboxlive

This repository contains a Kafka Streams application for processing data from Xbox LIVE.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kafka-streams-xboxlive

kafka-streams-xboxlive is a Kafka Streams demonstration using Xbox LIVE data from kafka-connect-xboxlive-source.

The aim of the project is to demonstrate what Kafka Streams can do, using data from Xbox LIVE.

Examples

See comments at the top of each example for a more detailed explanation:

  • FILTERING out unwanted events
  • SPLITTING out a stream into multiple separate streams
  • ENRICHING events with additional info from other sources
  • MATCHING related events to identify complex events
  • COUNTING how many times things happen in events
  • SUMMING values from events in a time window
  • TRACKING the most significant events seen so far

Building

mvn package

Acknowledgements

This project is not in any way official or affiliated with Microsoft or Xbox. It uses data from Xbox fetched using OpenXBL - which is an unofficial API for getting data from Xbox LIVE.

About

This repository contains a Kafka Streams application for processing data from Xbox LIVE.

License:Apache License 2.0


Languages

Language:Java 100.0%