Smbat Siradeghyan 9f2310472d [ BROKER ] Add broker metrics page (#2157) 3 년 전
..
.husky 8acbcbacb9 Upgrade deps (#2206) 3 년 전
.jest 8acbcbacb9 Upgrade deps (#2206) 3 년 전
public 1b71ccb975 Migrate React app to Vite (#2153) 3 년 전
src 9f2310472d [ BROKER ] Add broker metrics page (#2157) 3 년 전
.babelrc 1b71ccb975 Migrate React app to Vite (#2153) 3 년 전
.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 50889e6ac3 FE: KSQL execution is unstable (#1576) 3 년 전
.gitignore 376c25ab05 [CHORE] Update React to v17 4 년 전
.nvmrc b6834c81bb Use Node v16.15.0 (#1958) 3 년 전
.prettierrc 78377d4321 enhancement/24-use-arbnb-setup 5 년 전
LICENSE 498eb96bee Feature/backend init (#3) 5 년 전
README.md 1b71ccb975 Migrate React app to Vite (#2153) 3 년 전
docker-compose.yaml e34520f6e9 Implement LDAP authentication (#1173) 3 년 전
index.html 1b71ccb975 Migrate React app to Vite (#2153) 3 년 전
jest.config.ts 8acbcbacb9 Upgrade deps (#2206) 3 년 전
openapitools.json e36b228193 Fix npm generate on windows 3 년 전
package-lock.json 0efbd130b9 Bump dayjs from 1.11.2 to 1.11.3 in /kafka-ui-react-app (#2210) 3 년 전
package.json 8acbcbacb9 Upgrade deps (#2206) 3 년 전
sonar-project.properties 1b71ccb975 Migrate React app to Vite (#2153) 3 년 전
tsconfig.dev.json 7ac9f6d038 [CHORE] Update dependencies. Clean linter warnings 4 년 전
tsconfig.json 1b71ccb975 Migrate React app to Vite (#2153) 3 년 전
vite.config.ts a4046d46ef chore: migrate clusters from toolkit to react-query (#2214) 3 년 전

README.md

UI for Apache Kafka

UI for Apache Kafka management

Quality Gate Status Security Rating Coverage

Table of contents

Requirements

Getting started

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

Proxying API Requests in Development

Create or update existing .env.local file with

VITE_DEV_PROXY= https://api.server # your API server

Run the application

npm start

Docker way

Have to be run from root directory.

Start UI for Apache Kafka with your Kafka clusters:

docker-compose -f ./documentation/compose/kafka-ui.yaml up

Make sure that none of the .env* files contain DEV_PROXY variable

Run the application

npm start

Links