xulunfan / kafka-streams-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example

Install kafka.

./gradlew runProducerInteractiveQueries produces the data needed for the examples.

./gradlew runInteractiveQueryApplicationOne starts a Kafka Streams application with HostInfo using port 4567.

./gradlew runInteractiveQueryApplicationTwo starts a Kafka Streams application with HostInfo using port 4568.

Then, point your browser to http://localhost:4568/window/NumberSharesPerPeriod/AEBB. Click Refresh a few time to see different results. Here’s a static list of company symbols for this example: AEBB, VABC, ALBC, EABC, BWBC, BNBC, MASH, BARX, WNBC, WKRP.

Real Time Interactive Query Dashboard

localhost:4568/iq

Details - https://docs.google.com/document/d/1pMHZVJDKnT2svelQ1i-LltCcuEceSUgP47U9PTOxIQk/edit?usp=sharing

About


Languages

Language:Java 77.4%Language:JavaScript 18.9%Language:HTML 3.6%