Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 544 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 544 Bytes

Kafka and data producer

Create Redpanda cluster and UI

docker-compose up -d redpanda provectus-ui-local

Create topic

docker-compose up -d create_topic

Start producer

docker-compose up -d python_producer

Validate -> http://localhost:9029/ui/clusters/local/topics/recentchange/messages

Materialize

Start the database

docker-compose up -d materialized

DBT

cd wikidata_analysis/
dbt run --profiles-dir .
cd ..

website

docker-compose up -d backend