pxchek / kafka-streams

Code implementation of various event streaming scenarios running on a cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kafka-streams

docker-compose down

Stops and removes all resources including containers, images, volumes etc.

docker-compose ps

Lists containers and status information

docker-compose up --detach

Starts containers as defined in the configuration.

About

Code implementation of various event streaming scenarios running on a cluster.


Languages

Language:Java 98.8%Language:Shell 1.2%