From 570a49594e588890a6fb2caf69d1bd74169d1b11 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 7 Aug 2024 10:28:24 +0200 Subject: [PATCH] docs: more Signed-off-by: kjuulh --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c114750..54e5f60 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## How to run 1. ./docker-exec.sh up -d -2. create 'ad_clicks' topic in http://localhost:8080/topics simply click create topic and give it the name -2. ./prepare.sh -3. ./connect-to-presto.sh +1. create 'ad_clicks' topic in http://localhost:8080/topics simply click create topic and give it the name +1. ./prepare.sh +1. In a new terminal run `cargo run start-streaming`. This is just to generate actual data, it isn't actually required for the architecture +1. ./connect-to-presto.sh