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
- Host: GitHub
- URL: https://github.com/codejsha/kafka-clickstream
- Owner: codejsha
- License: apache-2.0
- Created: 2022-08-22T04:57:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T06:09:12.000Z (over 2 years ago)
- Last Synced: 2025-04-02T19:47:09.172Z (9 months ago)
- Topics: kafka, kafka-streams
- Language: Java
- Homepage:
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/