This is a NodeJS/Angular 2 frontend UI for Kafka cluster monitoring with Burrow. Again, this project is used as a support tool to build on top of the hard work already completed by the team at linkedin.
-
CD to Project Root
-
Compile Project
ng build
-
Build Docker Image
sudo docker build -t kafka-analysis .
-
Start Options
-
Edit the file /server/config/server_config.json with your Burrow Host Home
-
Startup with Command
sudo docker run -p 80:3000 -d kafka-analysis
BurrowUI should now be live on your server at port 80
-
Startup with Command
sudo docker run -p 80:3000 -e BURROW_HOME="https://{burrow_host}/v2/kafka" -d kafka-analysis
BurrowUI should now be live on your server at port 80
-
-
CD to Project Root
-
Compile Project
ng build
-
Edit Config
Edit the file /server/config/server_config.json with your Burrow Host Home
-
Start App
node server.js
BurrowUI should now be live on your server at port 3000