kafka-ui/kafka-ui-react-app
Si Tang 547863fdb2
Fixed protobuf schema rendering
Fixed the duplicate key problem on schema list

Co-authored-by: Si Tang <si@indeed.com>
2021-10-15 16:16:45 +03:00
..
.husky Bump react app deps (#285) 2021-03-18 14:39:00 +03:00
public Replace favicon (#695) 2021-07-20 18:00:46 +03:00
src Fixed protobuf schema rendering 2021-10-15 16:16:45 +03:00
.editorconfig enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
.env Add ability to use custom basePath (#511) 2021-06-03 15:46:13 +03:00
.eslintignore Configuration files updated 2021-02-02 14:48:29 +03:00
.eslintrc.json Migrate react-hook-form to the latest version (#441) 2021-05-31 10:42:08 +03:00
.gitignore [CHORE] Update React to v17 2020-12-07 14:08:50 +03:00
.nvmrc Update node to v14.17.1 + deps (#559) 2021-06-16 19:14:16 +03:00
.prettierrc enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
docker-compose.yaml Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
LICENSE Feature/backend init (#3) 2020-02-27 15:55:53 +03:00
openapitools.json Add object->any type mapping for openapi generator config 2021-05-12 13:28:00 +03:00
package-lock.json Use json-schema-faker and ajv (#883) 2021-09-16 13:53:31 +03:00
package.json Use json-schema-faker and ajv (#883) 2021-09-16 13:53:31 +03:00
README.md Update node to v14.17.1 + deps (#559) 2021-06-16 19:14:16 +03:00
sonar-project.properties [Chore] Connect. Connectors page (#382) 2021-04-19 23:40:18 +03:00
tsconfig.dev.json [CHORE] Update dependencies. Clean linter warnings 2020-12-02 17:33:59 +03:00
tsconfig.json [CHORE] Specs and Test env improvements (#198) 2021-02-16 14:16:03 +03:00

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