This is a NodeJS/Angular 6 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.
-
Get latest docker image
docker pull generalmills/burrowui -
Run with Parameters
sudo docker run -p 80:3000 -e BURROW_HOME="http://{burrow_host}/v3/kafka" -d generalmills/burrowuiBurrowUI should now be live on your server at port 80
-
CD to Project Root
-
Install Dependencies
npm install -
Compile Project
ng build -
Edit Config
Edit the file /server/config/server_config.json with your Burrow Host Home
-
Start App
node server.jsBurrowUI should now be live on your server at port 3000