1.1 KiB
1.1 KiB
UI for Apache Kafka
UI for Apache Kafka management
Table of contents
Requirements
- docker (required to run Initialize application)
- nvm with installed Node.js of expected version (check
.nvmrc
)
Getting started
Have to be run from root directory.
Start UI for Apache Kafka with your Kafka clusters:
docker-compose -f ./docker/kafka-ui.yaml up
Go to react app folder
cd ./kafka-ui-react-app
Generate API clients from OpenAPI document
npm run gen:sources
Start application
npm start
Links
- Bulma - free, open source CSS framework based on Flexbox
- Create React App