Skip to content

ilyassjaatit/learnkafka

Repository files navigation

learnKafka

Experiment with python and apache kafka.

project structure based in django cookiecutter

Run the project with docker compose

Build containers

docker-compose -f local.yml build

Run composer

docker-compose -f local.yml up -d

Create an administration user

docker-compose -f local.yml exec django python manage.py createsuperuser

Create topic

docker-compose -f local.yml exec broker kafka-topics --create --topic backend-user --bootstrap-server broker:9092 --replication-factor 1 --partitions 3

System url localhost

More information about Confluent Platform

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published