Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/innogames/flink-real-time-crm-ui

Demo UI for the flink-real-time-crm project using Spring Boot with Thymeleaf. The Demo UI is able to send messages to and consume from the related Kafka topics.
https://github.com/innogames/flink-real-time-crm-ui

apacheflink apachekafka flink flink-examples flink-stream-processing java kafka spring spring-boot thymeleaf

Last synced: about 1 month ago
JSON representation

Demo UI for the flink-real-time-crm project using Spring Boot with Thymeleaf. The Demo UI is able to send messages to and consume from the related Kafka topics.

Awesome Lists containing this project

README

        

# Real-time Customer Engagement in Gaming Using Kafka and Flink

![Demo UI](doc/flink-real-time-crm-ui.png)

## Description
Demo UI for the [Flink real-time CRM project](https://github.com/innogames/flink-real-time-crm) using Spring Boot with
Thymeleaf.

The Demo UI is able to send messages to and consume from the related Kafka topics.

## Local Execution
* Clone [Flink real-time CRM project](https://github.com/innogames/flink-real-time-crm)
* Start Kafka and Flink as described in the [README](https://github.com/innogames/flink-real-time-crm/blob/main/README.md)
* Start `com.innogames.analytics.rtcrm.App`
* Navigate to `localhost:7071`