kafka-ingest-concept/connect-to-presto.sh
kjuulh 657e04f924
docs: more
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-08-07 10:23:38 +02:00

9 lines
198 B
Bash
Executable File

#!/bin/zsh
set -eu
echo "counts how many events we've seen in total"
./docker-exec.sh exec presto presto-cli --server localhost:8080 --execute 'select count(*) from iceberg.demo_db.demo_table;'