dependabot[bot] 7d42656d41 Bump @types/react from 17.0.3 to 17.0.4 in /kafka-ui-react-app (#420) il y a 4 ans
..
.husky 427d3faffa Bump react app deps (#285) il y a 4 ans
public 7672f5e4cd [CHORE] Cleanup based on SonarCloud report (#306) il y a 4 ans
src 0deafa9d75 Implement updating registry compatibility level (#391) il y a 4 ans
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
.env 494443bb08 OpenAPI integration for kafka-ui frontend (#120) il y a 4 ans
.eslintignore ead4789cff [FE] Simplify Eslint config il y a 4 ans
.eslintrc.json 083e3f7de0 Improve eslint configuration (#385) il y a 4 ans
.gitignore 376c25ab05 [CHORE] Update React to v17 il y a 4 ans
.nvmrc 9f3ae3a614 Node version updated (#159) il y a 4 ans
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup il y a 5 ans
LICENSE 498eb96bee Feature/backend init (#3) il y a 5 ans
README.md 9775f0dae7 [CHORE] Update react app readme (#311) il y a 4 ans
docker-compose.yaml 498eb96bee Feature/backend init (#3) il y a 5 ans
openapitools.json 36a5bbf9b1 [CHORE] Add openapi-generator-cli to generate sources on FE side (#221) il y a 4 ans
package-lock.json 7d42656d41 Bump @types/react from 17.0.3 to 17.0.4 in /kafka-ui-react-app (#420) il y a 4 ans
package.json 6d270f2eca Bump @types/node from 14.14.37 to 15.0.1 in /kafka-ui-react-app (#411) il y a 4 ans
sonar-project.properties ab57772329 [Chore] Connect. Connectors page (#382) il y a 4 ans
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings il y a 4 ans
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) il y a 4 ans

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