kafka-ui/kafka-ui-react-app
dependabot[bot] 58bc4b10f1
Bump @types/jest from 26.0.22 to 26.0.23 in /kafka-ui-react-app (#417)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.22 to 26.0.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-04 00:57:44 +03:00
..
.husky Bump react app deps (#285) 2021-03-18 14:39:00 +03:00
public [CHORE] Cleanup based on SonarCloud report (#306) 2021-03-24 13:24:10 +03:00
src Implement updating registry compatibility level (#391) 2021-05-01 09:09:02 +03:00
.editorconfig enhancement/24-use-arbnb-setup 2020-04-13 13:26:44 +03:00
.env OpenAPI integration for kafka-ui frontend (#120) 2020-11-20 14:16:27 +03:00
.eslintignore Configuration files updated 2021-02-02 14:48:29 +03:00
.eslintrc.json Improve eslint configuration (#385) 2021-04-22 14:50:06 +03:00
.gitignore [CHORE] Update React to v17 2020-12-07 14:08:50 +03:00
.nvmrc Node version updated (#159) 2021-01-26 12:45:03 +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 [CHORE] Add openapi-generator-cli to generate sources on FE side (#221) 2021-03-03 20:56:28 +03:00
package-lock.json Bump @types/jest from 26.0.22 to 26.0.23 in /kafka-ui-react-app (#417) 2021-05-04 00:57:44 +03:00
package.json Bump @types/node from 14.14.37 to 15.0.1 in /kafka-ui-react-app (#411) 2021-05-03 23:34:07 +03:00
README.md [CHORE] Update react app readme (#311) 2021-03-25 12:42:40 +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

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