https://github.com/slachiewicz/burrowui
This is a NodeJS/Angular 2 frontend UI for Kafka cluster monitoring with Burrow
https://github.com/slachiewicz/burrowui
Last synced: 8 months ago
JSON representation
This is a NodeJS/Angular 2 frontend UI for Kafka cluster monitoring with Burrow
- Host: GitHub
- URL: https://github.com/slachiewicz/burrowui
- Owner: slachiewicz
- Fork: true (haimhm/BurrowUI)
- Created: 2020-11-30T22:01:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T11:22:19.000Z (about 2 years ago)
- Last Synced: 2024-10-02T09:58:12.953Z (over 1 year ago)
- Homepage:
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BurrowUI
This is a NodeJS/Angular 6 frontend UI for Kafka cluster monitoring with [Burrow](https://github.com/linkedin/Burrow "Burrow's GitHub").
Again, this project is used as a support tool to build on top of the hard work already completed by the team at linkedin.

---

---

## 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`
2. Compile Project
`ng build`
3. Edit Config
Edit the file /server/config/server_config.json with your Burrow Host Home
4. Start App
`node server.js`
*BurrowUI should now be live on your server at port 3000*