Open a new terminal.
Browse to the project directory.
cd <caminho-do-repositório>
Run the infrastructure, including Kafka, topic creation and MongoDB setup.
docker compose -f docker-compose-infra.yml up -d
Run the consumer services.
docker compose -f docker-compose-services.yml up
Open a new terminal.
Activate the desired Python environment.
source <caminho-do-ambiente>/bin/activate
Run the test producer.
python test_producer.py
Kafka.
http://localhost:8080
MongoDB.
http://localhost:8081
Streamlit.
http://localhost:8501
