feat: add presto

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-08-06 00:02:20 +02:00
parent f345a956c9
commit 026a95790e
9 changed files with 74 additions and 0 deletions

5
connect-to-presto.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/zsh
set -eu
./docker-exec.sh exec presto presto-cli --server localhost:8080 --execute 'select count(*) from iceberg.demo_db.demo_table;'