German Osin 13463fe95f Refactor consumer groups requests (#636) 4 anos atrás
..
.husky 427d3faffa Bump react app deps (#285) 4 anos atrás
public 58f3421d0b Merge branch 'master' of github.com:provectus/kafka-ui 4 anos atrás
src 13463fe95f Refactor consumer groups requests (#636) 4 anos atrás
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup 5 anos atrás
.env fcc703ddd6 Add ability to use custom basePath (#511) 4 anos atrás
.eslintignore ead4789cff [FE] Simplify Eslint config 4 anos atrás
.eslintrc.json 3370e3a489 Migrate react-hook-form to the latest version (#441) 4 anos atrás
.gitignore 376c25ab05 [CHORE] Update React to v17 4 anos atrás
.nvmrc 2cb9b30090 Update node to v14.17.1 + deps (#559) 4 anos atrás
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 anos atrás
LICENSE 498eb96bee Feature/backend init (#3) 5 anos atrás
README.md 2cb9b30090 Update node to v14.17.1 + deps (#559) 4 anos atrás
docker-compose.yaml 498eb96bee Feature/backend init (#3) 5 anos atrás
openapitools.json 01213c96db Add object->any type mapping for openapi generator config 4 anos atrás
package-lock.json 97e9db0d8c Bump @types/react-datepicker from 3.1.8 to 4.1.1 in /kafka-ui-react-app (#615) 4 anos atrás
package.json 97e9db0d8c Bump @types/react-datepicker from 3.1.8 to 4.1.1 in /kafka-ui-react-app (#615) 4 anos atrás
sonar-project.properties ab57772329 [Chore] Connect. Connectors page (#382) 4 anos atrás
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 anos atrás
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) 4 anos atrás

README.md

UI for Apache Kafka

UI for Apache Kafka management

Quality Gate Status

Table of contents

Requirements

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

Install Husky

npm install -g husky

Install dependencies

npm install

Generate API clients from OpenAPI document

npm run gen:sources

Start application

npm start

Links