Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/innogames/flink-real-time-crm-ui
- Owner: innogames
- License: apache-2.0
- Created: 2023-11-12T18:07:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T18:11:20.000Z (about 1 month ago)
- Last Synced: 2024-11-30T09:44:36.293Z (about 1 month ago)
- Topics: apacheflink, apachekafka, flink, flink-examples, flink-stream-processing, java, kafka, spring, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 1.7 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`