Create Redpanda cluster and UI
docker-compose up -d redpanda provectus-ui-localCreate topic
docker-compose up -d create_topicStart producer
docker-compose up -d python_producerValidate -> http://localhost:9029/ui/clusters/local/topics/recentchange/messages
Start the database
docker-compose up -d materializedcd wikidata_analysis/
dbt run --profiles-dir .
cd ..docker-compose up -d backend