German Osin 58f3421d0b Merge branch 'master' of github.com:provectus/kafka-ui пре 4 година
..
.husky 427d3faffa Bump react app deps (#285) пре 4 година
public 58f3421d0b Merge branch 'master' of github.com:provectus/kafka-ui пре 4 година
src 58f3421d0b Merge branch 'master' of github.com:provectus/kafka-ui пре 4 година
.editorconfig 78377d4321 enhancement/24-use-arbnb-setup пре 5 година
.env fcc703ddd6 Add ability to use custom basePath (#511) пре 4 година
.eslintignore ead4789cff [FE] Simplify Eslint config пре 4 година
.eslintrc.json 3370e3a489 Migrate react-hook-form to the latest version (#441) пре 4 година
.gitignore 376c25ab05 [CHORE] Update React to v17 пре 4 година
.nvmrc 9f3ae3a614 Node version updated (#159) пре 4 година
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup пре 5 година
LICENSE 498eb96bee Feature/backend init (#3) пре 5 година
README.md 5c5efeb428 Renamed to UI for Apache Kafka пре 4 година
docker-compose.yaml 498eb96bee Feature/backend init (#3) пре 5 година
openapitools.json 01213c96db Add object->any type mapping for openapi generator config пре 4 година
package-lock.json 4fa9616a8a Bump ts-node from 9.1.1 to 10.0.0 in /kafka-ui-react-app (#490) пре 4 година
package.json 4fa9616a8a Bump ts-node from 9.1.1 to 10.0.0 in /kafka-ui-react-app (#490) пре 4 година
sonar-project.properties ab57772329 [Chore] Connect. Connectors page (#382) пре 4 година
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings пре 4 година
tsconfig.json 6fb1d12355 [CHORE] Specs and Test env improvements (#198) пре 4 година

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

Generate API clients from OpenAPI document

npm run gen:sources

Start application

npm start

Links