Experiment with python and apache kafka.
project structure based in django cookiecutter
docker-compose -f local.yml build
docker-compose -f local.yml up -d
docker-compose -f local.yml exec django python manage.py createsuperuser
docker-compose -f local.yml exec broker kafka-topics --create --topic backend-user --bootstrap-server broker:9092 --replication-factor 1 --partitions 3
- backend django
- [Webapp] (http://localhost:3000/)