Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 739 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 739 Bytes

kafka-openshift-react-sparkline

This application is for displaying formated data from an Apache Kafka topic through a reactive browser-side client. It uses a simple chart visualization to display the data.

Architecture

application architecture

Prerequisites

  • An OpenShift project available.

  • An Apache Kafka broker.

  • A source of messages for the Apache Kafka broker. See /test/emitter/README.md for an example.

Quickstart

  1. Deploy the server. See /server/README.md

  2. Expose the server. oc expose svc server

  3. Deploy the client, making note of the server's route. See /client/README.md

  4. Visit the client's route.