Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasjellema/real-time-ui-with-kafka-streams
Fast data arrives in real time and potentially high volume. Rapid processing, filtering and aggregation is required to ensure timely reaction and actual information in user interfaces. Doing so is a challenge, make this happen in a scalable and reliable fashion is even more interesting. This session introduces Apache Kafka as the scalable event bus that takes care of the events as they flow in and Kafka Streams for the streaming analytics. Both Java and Node applications are demonstrated that interact with Kafka and leverage Server Sent Events and WebSocket channels to update the Web UI in real time. User activity performed by the audience in the Web UI is processed by the Kafka powered back end and results in live updates on all clients.
https://github.com/lucasjellema/real-time-ui-with-kafka-streams
Last synced: 3 months ago
JSON representation
Fast data arrives in real time and potentially high volume. Rapid processing, filtering and aggregation is required to ensure timely reaction and actual information in user interfaces. Doing so is a challenge, make this happen in a scalable and reliable fashion is even more interesting. This session introduces Apache Kafka as the scalable event bus that takes care of the events as they flow in and Kafka Streams for the streaming analytics. Both Java and Node applications are demonstrated that interact with Kafka and leverage Server Sent Events and WebSocket channels to update the Web UI in real time. User activity performed by the audience in the Web UI is processed by the Kafka powered back end and results in live updates on all clients.
- Host: GitHub
- URL: https://github.com/lucasjellema/real-time-ui-with-kafka-streams
- Owner: lucasjellema
- Created: 2017-09-30T17:43:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T14:52:10.000Z (about 7 years ago)
- Last Synced: 2024-04-23T17:39:46.859Z (7 months ago)
- Language: Java
- Size: 6 MB
- Stars: 31
- Watchers: 8
- Forks: 16
- Open Issues: 1
Awesome Lists containing this project
- awesome-kafka - real-time-ui-with-kafka-streams