Go to file
kjuulh 570a49594e
docs: more
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-07 10:28:24 +02:00
crates/kafka-ingest feat: add basic redpanda rising wave setup 2024-08-05 21:41:30 +02:00
scripts feat: add basic redpanda rising wave setup 2024-08-05 21:41:30 +02:00
templates feat: add presto 2024-08-06 00:02:20 +02:00
.drone.yml feat: add basic redpanda rising wave setup 2024-08-05 21:41:30 +02:00
.gitignore feat: add basic redpanda rising wave setup 2024-08-05 21:41:30 +02:00
Cargo.lock feat: add basic redpanda rising wave setup 2024-08-05 21:41:30 +02:00
Cargo.toml feat: add basic redpanda rising wave setup 2024-08-05 21:41:30 +02:00
connect-to-presto.sh docs: more 2024-08-07 10:23:38 +02:00
cuddle.yaml feat: add basic redpanda rising wave setup 2024-08-05 21:41:30 +02:00
docker-exec.sh feat: add presto 2024-08-06 00:02:20 +02:00
prepare.sh fix: typo in prepare 2024-08-07 10:22:11 +02:00
README.md docs: more 2024-08-07 10:28:24 +02:00
renovate.json feat: add basic redpanda rising wave setup 2024-08-05 21:41:30 +02:00

kafka-ingest

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
  3. ./prepare.sh
  4. In a new terminal run cargo run start-streaming. This is just to generate actual data, it isn't actually required for the architecture
  5. ./connect-to-presto.sh