An open API service indexing awesome lists of open source software.

https://github.com/codejsha/kafka-clickstream

Kafka Streams applications that process datagen clickstream data
https://github.com/codejsha/kafka-clickstream

kafka kafka-streams

Last synced: 6 months ago
JSON representation

Kafka Streams applications that process datagen clickstream data

Awesome Lists containing this project

README

          

# kafka-clickstream

## Overview

This project showcases Kafka Streams applications that process datagen clickstream data. The *clickstream* data is generated by the [Datagen Source Connector](https://github.com/confluentinc/kafka-connect-datagen) of Confluent Inc..

The demo is composed of the following applications:

- clickstream-consumer-app
- clickstream-click-event-per-period-app
- clickstream-consumer-app
- clickstream-error-click-event-per-period-app
- clickstream-page-click-event-per-period-app
- clickstream-user-click-event-app
- clickstream-user-click-event-per-period-app

References:

- Confluent examples GitHub: https://github.com/confluentinc/examples
- Clickstream Data Analysis Pipeline Using ksqlDB: https://docs.confluent.io/platform/current/tutorials/examples/clickstream/docs/index.html
- Streams DSL: https://docs.confluent.io/platform/current/streams/developer-guide/dsl-api.html
- Spring for Apache Kafka Documentation: https://docs.spring.io/spring-kafka/docs/current/reference/html/