Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ahmedtoumi/kcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kcm

To start KCM in local, use:

1 Install Docker and Docker Compose

Follow instruction here https://docs.docker.com/engine/install/

Or you could use Podman and Podman Compose
Follow instruction here https://podman.io/docs/installation

2 Clone the repository

git clone [email protected]:ahmedtoumi/kcm.git
cd kcm

3 Start the application

3.1 If you need a local kafka cluster, you can use the docker-compose file in the samples/kcm-with-local-brokers folder
.

docker compose -f samples/kcm-with-local-brokers/docker-compose.yml up -d

Or

podman compose -f samples/kcm-with-local-brokers/docker-compose.yml up -d

3.2 If you already have a kafka cluster, you can use the docker-compose file in the samples/kcm-starter folder
.

docker compose -f samples/kcm-starter/docker-compose.yml up -d

OR

podman compose -f samples/kcm-starter/docker-compose.yml up -d

4 Start the application

open localhost and enjoy your new experience with KAFKA

Default Credentials:

LOGIN: user
PASSWORD: password

Check the Milestones and the Roadmap here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published