Skip to content

sauljabin/kafka-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Sandbox helps you to deploy a kafka sandbox locally. It intends to be a simple way to get started with kafka and help you on your learning path. It provides you with a wide variety of tools from the kafka ecosystem and a simple way to run them all. It also includes a set of tools and tips to make it easier for you to use kafka. This is not intended to replace official courses.

You can access this mdbook at https://sauljabin.github.io/kafka-sandbox and https://github.com/sauljabin/kafka-sandbox.

Developing Commands

Note

This book is power by mdBook. You must install rust first.

Install mdbook:

cargo install mdbook mdbook-alerts

Run local server:

mdbook serve --open

Build statics:

mdbook build