Marat Adiyatullin a0b78f68df Merge master há 4 anos atrás
..
.husky 427d3faffa Bump react app deps (#285) há 4 anos atrás
public 7672f5e4cd [CHORE] Cleanup based on SonarCloud report (#306) há 4 anos atrás
src a0b78f68df Merge master há 4 anos atrás
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup há 5 anos atrás
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) há 4 anos atrás
.eslintignore ead4789cff [FE] Simplify Eslint config há 4 anos atrás
.eslintrc.json 083e3f7de0 Improve eslint configuration (#385) há 4 anos atrás
.gitignore 376c25ab05 [CHORE] Update React to v17 há 4 anos atrás
.nvmrc 9f3ae3a614 Node version updated (#159) há 4 anos atrás
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup há 5 anos atrás
LICENSE 498eb96bee Feature/backend init (#3) há 5 anos atrás
README.md 9775f0dae7 [CHORE] Update react app readme (#311) há 4 anos atrás
docker-compose.yaml 498eb96bee Feature/backend init (#3) há 5 anos atrás
openapitools.json 01213c96db Add object->any type mapping for openapi generator config há 4 anos atrás
package-lock.json a0b78f68df Merge master há 4 anos atrás
package.json a0b78f68df Merge master há 4 anos atrás
sonar-project.properties ab57772329 [Chore] Connect. Connectors page (#382) há 4 anos atrás
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings há 4 anos atrás
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) há 4 anos atrás

README.md

Kafka-UI

UI for Apache Kafka management

Quality Gate Status

Table of contents

Requirements

Getting started

Have to be run from root directory.

Start Kafka UI 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