https://github.com/oslabs-beta/kafka-sprout
:rocket: Web GUI for Kafka Cluster Management
https://github.com/oslabs-beta/kafka-sprout
apache apache-kafka developer-tools java kafka spring-boot typescript
Last synced: 2 months ago
JSON representation
:rocket: Web GUI for Kafka Cluster Management
- Host: GitHub
- URL: https://github.com/oslabs-beta/kafka-sprout
- Owner: oslabs-beta
- License: mit
- Created: 2020-07-11T14:08:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T08:59:14.000Z (over 3 years ago)
- Last Synced: 2025-03-30T11:35:27.585Z (2 months ago)
- Topics: apache, apache-kafka, developer-tools, java, kafka, spring-boot, typescript
- Language: Java
- Homepage:
- Size: 673 KB
- Stars: 428
- Watchers: 8
- Forks: 24
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
Kafka Cluster Management UI Tool
> [中文](README_CN.md) | English
## About
Kafka Sprout is a web GUI that helps you quickly start up Zookeeper and Kafka servers on your local machine without any code configuration. Easily view, manage, and configure your Kafka topics and brokers with a push of a button. Kafka Sprout also displays relevant realtime metrics including Request Rate, Network I/O Rate, etc. Give it a spin and let us know what features you want next!
:wave: Goodbye Clunky Terminal Windows, Hello Web GUI
Start Cluster
Configure and Start Brokers
View, Add, and Delete Topics
## Features
#### :rocket: Push to Start Zookeeper and Kafka Server
#### :heavy_plus_sign: Quickly Add and Delete Topics
#### :muscle: Setup Kafka Brokers with Ease
#### :vertical_traffic_light: Monitor Key Performance Metrics
#### :mag_right: Explore Topic and Broker Configurations
## Getting Started
## Installation
1. Clone this repo:
```sh
git clone https://github.com/oslabs-beta/Kafka-Sprout.git
```
2. Run the application in the root folder. This will also install node locally to build the frontend.
```sh
mvn spring-boot:run # for Mac
./mvnw spring-boot:run # for Windows
```
3. Go to http://localhost:8080/ on your browser.## Set Up
### Requirements
* Java (version 11 or newer)
* Maven (version 3.6.3 or newer)
* Kafka (version 0.11.0 or newer)
* Node.js (version 12.18.3 or newer)## Built With
Spring Boot
| Spring Web Socket
| Styled Components
| React
| Typescript
| Apache Kafka## Contributors
Brian Hong | Midori Yang | Nak Kim | Nicole Ip | Winford Lin
### Contributions Welcome!
If you found this interesting or helpful at all, feel free to drop a :star: [](https://github.com/oslabs-beta/kafka-sprout/stargazers) :star: on this project to show your support!
You can contribute by:
* Raising any issues you find using Kafka Sprout
* Fixing issues by opening Pull Requests
* Improving documentationAll bugs, tasks or enhancements are tracked as GitHub issues. Issues which might be a good start for new contributors are marked with "good-start" label.
If you want to get in touch with us first before contributing, shoot us an email at [email protected]. Kafka Sprout is actively maintained!
## License
MIT