BurrowUI Save Abandoned

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

Project README

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

Open Source Agenda is not affiliated with "BurrowUI" Project. README Source: GeneralMills/BurrowUI
Stars
82
Open Issues
23
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating