Skip to content
forked from gg7/BurrowUI

This is a NodeJS/Angular 2 frontend UI for Kafka cluster monitoring with Burrow

Notifications You must be signed in to change notification settings

petersonnek/BurrowUI

 
 

Repository files navigation

BurrowUI

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.

homepage


graph


partitions

Use With Docker

  1. Get latest docker image

    docker pull generalmills/burrowui

  2. Run with Parameters

    sudo docker run -p 80:3000 -e BURROW_HOME="http://{burrow_host}/v3/kafka" -d generalmills/burrowui

    BurrowUI should now be live on your server at port 80

Build from Source

  1. CD to Project Root

  2. Install Dependencies

    npm install

  3. Compile Project

    ng build

  4. Edit Config

    Edit the file /server/config/server_config.json with your Burrow Host Home

  5. Start App

    node server.js

    BurrowUI should now be live on your server at port 3000

About

This is a NodeJS/Angular 2 frontend UI for Kafka cluster monitoring with Burrow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.2%
  • HTML 16.8%
  • JavaScript 10.2%
  • CSS 4.0%
  • Dockerfile 0.8%